Opened 14 years ago
Closed 14 years ago
#236 closed defect (fixed)
NTP Boot scripts
Reported by: | Jonathan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | CLFS Standard 1.2.0 |
Component: | Bootscripts | Version: | CBLFS |
Keywords: | Cc: |
Description
When NTP starts it fails to creat the PID file. This is fixed by the making the following change:
-- loadproc -p $pidfile /usr/sbin/ntpd ++ loadproc /usr/sbin/ntpd -p $pidfile
After this the bootscript creates the PID file which allows you to use "status", "stop" and "restart".
Note:
See TracTickets
for help on using tickets.
Will be available in the next rollup of the bootscripts, 1.2-pre11.