diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-21 03:15:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-21 03:15:28 +0000 |
commit | 25dbd4889d24780472808278653de1d0d6429178 (patch) | |
tree | f02eb4416e0f053d9c2298d7529d76dcaf563f11 /sys-apps/busybox/files/ntpd.initd | |
parent | EAPI=4; eliminate built_with_use (diff) | |
download | gentoo-2-25dbd4889d24780472808278653de1d0d6429178.tar.gz gentoo-2-25dbd4889d24780472808278653de1d0d6429178.tar.bz2 gentoo-2-25dbd4889d24780472808278653de1d0d6429178.zip |
Add pidfile to initd for klogd, ntpd and watchdog, bug #444718
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/busybox/files/ntpd.initd')
-rw-r--r-- | sys-apps/busybox/files/ntpd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/files/ntpd.initd b/sys-apps/busybox/files/ntpd.initd index 516e3a6888c6..5a05c31f37b2 100644 --- a/sys-apps/busybox/files/ntpd.initd +++ b/sys-apps/busybox/files/ntpd.initd @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/ntpd.initd,v 1.1 2012/12/04 12:10:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/ntpd.initd,v 1.2 2012/12/21 03:15:28 blueness Exp $ -# Note: the ntpd applet does not produce a pidfile command="/bin/busybox ntpd" command_args="${NTPD_OPTS}" +pidfile="/var/run/ntpd.pid" depend() { use net dns logger |