diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 06:08:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 06:08:34 +0000 |
commit | 6ed9440b011c88e824125eb09fa3af6181601032 (patch) | |
tree | 9e8a78067f70fda1467285e032259fbf44fec984 | |
parent | small cleanup (diff) | |
download | historical-6ed9440b011c88e824125eb09fa3af6181601032.tar.gz historical-6ed9440b011c88e824125eb09fa3af6181601032.tar.bz2 historical-6ed9440b011c88e824125eb09fa3af6181601032.zip |
i'm stupid, deal
-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" } |