Opened 14 years ago

Closed 14 years ago

#236 closed defect (fixed)

NTP Boot scripts

Reported by: Jonathan Owned by: clfs-commits@…
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".

Change History (1)

comment:1 by Joe Ciccone, 14 years ago

Resolution: fixed
Status: newclosed

Will be available in the next rollup of the bootscripts, 1.2-pre11.

Note: See TracTickets for help on using tickets.