diff options
author | 2004-02-14 06:08:34 +0000 | |
---|---|---|
committer | 2004-02-14 06:08:34 +0000 | |
commit | 91f2ccf19cbe6a4ff1fe676bcd49b49bcab5a0d0 (patch) | |
tree | 15a4e3fc080c79747b97b71c9e65aefe27b02694 /net-misc/ntp | |
parent | small cleanup (Manifest recommit) (diff) | |
download | gentoo-2-91f2ccf19cbe6a4ff1fe676bcd49b49bcab5a0d0.tar.gz gentoo-2-91f2ccf19cbe6a4ff1fe676bcd49b49bcab5a0d0.tar.bz2 gentoo-2-91f2ccf19cbe6a4ff1fe676bcd49b49bcab5a0d0.zip |
i'm stupid, deal
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/files/ntpd.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntp/files/ntpd.rc b/net-misc/ntp/files/ntpd.rc index 99a21586716d..9397b43056a5 100644 --- a/net-misc/ntp/files/ntpd.rc +++ b/net-misc/ntp/files/ntpd.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc,v 1.15 2004/02/14 05:08:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc,v 1.16 2004/02/14 06:08:34 vapier Exp $ depend() { need net @@ -24,7 +24,7 @@ start() { ebegin "Starting ntpd" touch /var/run/ntpd.pid chown ntp:ntp /var/run/ntpd.pid - start-stop-daemon --start --quiet \ + start-stop-daemon --start --quiet --pidfile /var/run/ntpd.pid \ --startas /usr/bin/ntpd -- -p /var/run/ntpd.pid ${NTPD_OPTS} eend $? "Failed to start ntpd" } |