floppym 14/12/23 17:43:25 Modified: ntpd.rc-r1 Log: Remove note about /usr/share/ntp/ntp.conf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 net-misc/ntp/files/ntpd.rc-r1 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1?r1=1.1&r2=1.2 Index: ntpd.rc-r1 =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ntpd.rc-r1 22 Dec 2014 08:42:22 -0000 1.1 +++ ntpd.rc-r1 23 Dec 2014 17:43:25 -0000 1.2 @@ -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 @@ 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
