]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Fri, 14 Sep 2018 13:45:58 +0000 (15:45 +0200)
committerFrank Brehm <frank@brehm-online.com>
Fri, 14 Sep 2018 13:45:58 +0000 (15:45 +0200)
.etckeeper
init.d/sshd

index e3b3343353e748d49c2dce66bfcaa338abaae582..1e70ff8863121047e3c55bee67da9369d2bce850 100755 (executable)
@@ -7,7 +7,6 @@ mkdir -p './puppetlabs/puppet/ssl/certificate_requests'
 mkdir -p './puppetlabs/puppet/ssl/private'
 mkdir -p './security/limits.d'
 mkdir -p './security/namespace.d'
-mkdir -p './systemtap'
 maybe chmod 0755 '.'
 maybe chmod 0700 '.etckeeper'
 maybe chmod 0644 '.gitignore'
@@ -2010,7 +2009,6 @@ maybe chmod 0644 'systemd/timesyncd.conf'
 maybe chmod 0755 'systemd/user'
 maybe chmod 0644 'systemd/user.conf'
 maybe chmod 0644 'systemd/user/.keep_sys-apps_systemd-0'
-maybe chmod 0755 'systemtap'
 maybe chmod 0755 'terminfo'
 maybe chmod 0755 'terminfo/a'
 maybe chmod 0644 'terminfo/a/ansi'
index 044cbe7268f22de7c33da5c1c1c6b43a31b1197b..c5df4693dbe3c60722ab244fdff45cb4e3d53739 100755 (executable)
@@ -47,7 +47,7 @@ depend() {
 }
 
 checkconfig() {
-       checkpath --directory "${RC_PREFIX%/}/var/empty"
+       checkpath --mode 0755 --directory "${RC_PREFIX%/}/var/empty"
 
        if [ ! -e "${SSHD_CONFIG}" ] ; then
                eerror "You need an ${SSHD_CONFIG} file to run sshd"