diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-12-23 17:43:30 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-12-23 17:43:30 +0000 |
commit | 45a999fe50c892dd074772c08a3e03aff0d4e260 (patch) | |
tree | 459b73c759c69eecae6c099aa054abbfe6131221 /net-misc/ntp/files | |
parent | Drop old (diff) | |
download | historical-45a999fe50c892dd074772c08a3e03aff0d4e260.tar.gz historical-45a999fe50c892dd074772c08a3e03aff0d4e260.tar.bz2 historical-45a999fe50c892dd074772c08a3e03aff0d4e260.zip |
Remove note about /usr/share/ntp/ntp.conf.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0x0BBEEA1FEA4843A4
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r-- | net-misc/ntp/files/ntpd.rc-r1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/ntp/files/ntpd.rc-r1 b/net-misc/ntp/files/ntpd.rc-r1 index 53533e78df77..1a34bb2f2609 100644 --- a/net-misc/ntp/files/ntpd.rc-r1 +++ b/net-misc/ntp/files/ntpd.rc-r1 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v 1.1 2014/12/22 08:42:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v 1.2 2014/12/23 17:43:25 floppym Exp $ description="ntpd - the network time protocol daemon" pidfile="/var/run/ntpd.pid" @@ -17,7 +17,6 @@ depend() { start_pre() { if [ ! -f /etc/ntp.conf ] ; then eerror "Please create /etc/ntp.conf" - eerror "Sample conf: /usr/share/ntp/ntp.conf" return 1 fi return 0 |