saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
873d99ddc0
commit
5b990f47be
13
init.d/._cfg0000_busybox-ntpd
Executable file
13
init.d/._cfg0000_busybox-ntpd
Executable 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
|
||||||
|
}
|
8
init.d/._cfg0000_busybox-watchdog
Executable file
8
init.d/._cfg0000_busybox-watchdog
Executable 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"
|
1055
portage/savedconfig/sys-apps/._cfg0000_busybox-1.23.1-r1
Normal file
1055
portage/savedconfig/sys-apps/._cfg0000_busybox-1.23.1-r1
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user