Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 147256

Summary: net-misc/ntp - ntpd init script text cleanup
Product: Gentoo Linux Reporter: Gordon Stratton <gordon.stratton>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gordon Stratton 2006-09-11 22:08:03 UTC
_Very_ small text change patch included below.  I went with ntpd since that's consistent with the other three times it's mentioned in the start/stop messages.

--- ntpd        2006-09-11 22:04:11.000000000 -0700
+++ ntpd.new    2006-09-11 22:04:33.000000000 -0700
@@ -36,5 +36,5 @@
 stop() {
        ebegin "Stopping ntpd"
        start-stop-daemon --stop --name ntpd --user root
-       eend $? "Failed to stop openntpd"
+       eend $? "Failed to stop ntpd"
 }
Comment 1 SpanKY gentoo-dev 2006-09-13 19:18:21 UTC
you installed both ntp and openntpd
Comment 2 Gordon Stratton 2006-09-14 20:50:03 UTC
These messages I'm talking about are only in _/etc/init.d/ntpd_, not applying to /etc/init.d/ntp-client or any other script.  I don't have both of those packages installed, and I removed the old init scripts when I upgraded.