]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@uhu1.uhu-banane.de>
Fri, 24 Jun 2016 14:44:21 +0000 (16:44 +0200)
committerroot <root@uhu1.uhu-banane.de>
Fri, 24 Jun 2016 14:44:21 +0000 (16:44 +0200)
Package changes:

.etckeeper
init.d/reboot.sh [deleted file]
init.d/shutdown.sh [deleted file]

index d2f2f840bc70a8276b2f0e28a4ef8272efd23227..a35e3afe5f94cac38c92f3c5b746785695552ff6 100755 (executable)
@@ -1290,7 +1290,6 @@ maybe chmod 0755 'init.d/pwcheck'
 maybe chmod 0755 'init.d/pydoc-2.7'
 maybe chmod 0755 'init.d/pydoc-3.4'
 maybe chmod 0755 'init.d/quota'
-maybe chmod 0755 'init.d/reboot.sh'
 maybe chmod 0755 'init.d/root'
 maybe chmod 0755 'init.d/rpc.rquotad'
 maybe chmod 0755 'init.d/rpcbind'
@@ -1300,7 +1299,6 @@ maybe chmod 0755 'init.d/s6-svscan'
 maybe chmod 0755 'init.d/samba'
 maybe chmod 0755 'init.d/saslauthd'
 maybe chmod 0755 'init.d/savecache'
-maybe chmod 0755 'init.d/shutdown.sh'
 maybe chmod 0755 'init.d/slapd'
 maybe chmod 0755 'init.d/snmpd'
 maybe chmod 0755 'init.d/snmptrapd'
diff --git a/init.d/reboot.sh b/init.d/reboot.sh
deleted file mode 100755 (executable)
index 3e50f71..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="-dpk"
-[ "${RC_DOWN_INTERFACE}" = "yes" ] && opts="${opts}i"
-
-/sbin/reboot "${opts}" 2>/dev/null
-
-# hmm, if the above failed, that's kind of odd ...
-# so let's force a reboot
-/sbin/reboot -f
diff --git a/init.d/shutdown.sh b/init.d/shutdown.sh
deleted file mode 100755 (executable)
index 502ef52..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="-d"
-[ "${INIT_HALT}" != "HALT" ] && opts="${opts}p"
-[ "${RC_DOWN_INTERFACE}" = "yes" ] && opts="${opts}i"
-[ "${RC_DOWN_HARDDISK}" = "yes" ] && opts="${opts}h"
-
-/sbin/halt "${opts}"
-
-# hmm, if the above failed, that's kind of odd ...
-# so let's force a halt
-/sbin/halt -f