| Summary: | net-misc/ntp - ntpd init script text cleanup | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Gordon Stratton <gordon.stratton> |
| Component: | New packages | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED INVALID | ||
| Severity: | trivial | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
you installed both ntp and openntpd 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. |
_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" }