From ae34a7a66d032ada49cb64b062f8eccd743e9d53 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jun 2016 23:49:21 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- .etckeeper | 2 -- init.d/reboot.sh | 11 ----------- init.d/shutdown.sh | 13 ------------- 3 files changed, 26 deletions(-) delete mode 100755 init.d/reboot.sh delete mode 100755 init.d/shutdown.sh diff --git a/.etckeeper b/.etckeeper index 9701978..5a8c4c7 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1695,7 +1695,6 @@ maybe chmod 0755 'init.d/proftpd' 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/reboot.sh' maybe chmod 0755 'init.d/root' maybe chmod 0755 'init.d/rsyncd' maybe chmod 0755 'init.d/rsyslog' @@ -1703,7 +1702,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/smartd' maybe chmod 0755 'init.d/snmpd' diff --git a/init.d/reboot.sh b/init.d/reboot.sh deleted file mode 100755 index 3e50f71..0000000 --- a/init.d/reboot.sh +++ /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 index 502ef52..0000000 --- a/init.d/shutdown.sh +++ /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 -- 2.39.5