Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147256 - net-misc/ntp - ntpd init script text cleanup
Summary: net-misc/ntp - ntpd init script text cleanup
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 22:08 UTC by Gordon Stratton
Modified: 2006-09-14 20:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.