]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@weimar.pb.local>
Wed, 15 Jun 2016 20:38:35 +0000 (22:38 +0200)
committerroot <root@weimar.pb.local>
Wed, 15 Jun 2016 20:38:35 +0000 (22:38 +0200)
Package changes:

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

index 3bba79c8b21939957c6bb62072fd1180e71a4042..b46383818462fe8fb8f35695086d82d8ab5010fa 100755 (executable)
@@ -569,7 +569,6 @@ maybe chmod 0755 'init.d/procfs'
 maybe chmod 0755 'init.d/pydoc-2.7'
 maybe chmod 0755 'init.d/pydoc-3.4'
 maybe chmod 0755 'init.d/qemu-binfmt'
-maybe chmod 0755 'init.d/reboot.sh'
 maybe chmod 0755 'init.d/root'
 maybe chmod 0755 'init.d/rrdcached'
 maybe chmod 0755 'init.d/rsyncd'
@@ -580,7 +579,6 @@ maybe chmod 0755 'init.d/salt-master'
 maybe chmod 0755 'init.d/salt-minion'
 maybe chmod 0755 'init.d/salt-syndic'
 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