Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2385 - /etc/init.d/ntpd typo patch
Summary: /etc/init.d/ntpd typo patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 07:03 UTC by Vitaly Kushneriuk (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
patch for the typo (ntpd.patch,394 bytes, patch)
2002-05-03 07:05 UTC, Vitaly Kushneriuk (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-05-03 07:03:54 UTC
--- ntpd.orig   Fri May  3 18:02:06 2002
+++ ntpd        Fri May  3 18:02:15 2002
@@ -14,7 +14,7 @@
        if [ ! -f /etc/ntp.conf ] && [ -z "${NTPDATESERVER}" ]
        then
                eerror "Please create /etc/ntp.conf or set \$NTPDATESERVER"
-               eerror "in /etc/conf.d/ntp"
+               eerror "in /etc/conf.d/ntpd"
                return 1
        fi
        return 0
Comment 1 Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-05-03 07:05:55 UTC
Created attachment 794 [details, diff]
patch for the typo
Comment 2 Jon Nelson (RETIRED) 2002-05-04 00:04:06 UTC
The bug is small enough to not warrant a new release, but the bug has been fixed
in CVS. If you feel the bug warrants a new release, please let me know!