From c0439d7810ad62ac0445adacee7f35d3a218f711 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 15 Jun 2016 23:12:54 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- init.d/reboot.sh | 11 ----------- init.d/shutdown.sh | 13 ------------- 2 files changed, 24 deletions(-) delete mode 100755 init.d/reboot.sh delete mode 100755 init.d/shutdown.sh diff --git a/init.d/reboot.sh b/init.d/reboot.sh deleted file mode 100755 index 3e50f71c..00000000 --- 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 502ef527..00000000 --- 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