GNOME Bugzilla – Bug 641598
Add Debian support to NTP service activation
Last modified: 2011-02-07 19:33:21 UTC
See patch. This is going to be a little messy, but there's no other solution, and I think the patch leaves things open for other distributions to add their own suport in a relatively clean way.
Created attachment 180166 [details] [review] Add Debian support to NTP service activation Debian uses update-rc.d instead of checkconfig (Fedora), and the 'service' command is at /usr/sbin/service. Moreover, the NTP init script is called ntp, not ntpd. Thus, check where programs are located, and what the name of the script is.
Attachment 180166 [details] pushed as 92ef5f8 - Add Debian support to NTP service activation