saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-09-05 17:53:24 +02:00 committed by Hans Wurst
parent 873d99ddc0
commit 5b990f47be
3 changed files with 1076 additions and 0 deletions

13
init.d/._cfg0000_busybox-ntpd Executable file
View File

@ -0,0 +1,13 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
command="/bin/busybox ntpd"
command_args="${NTPD_OPTS}"
pidfile="/var/run/ntpd.pid"
depend() {
use net dns logger
after ntp-client
}

View File

@ -0,0 +1,8 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
command="/bin/busybox watchdog"
command_args="${WATCHDOG_OPTS}"
pidfile="/var/run/watchdog.pid"

File diff suppressed because it is too large Load Diff