** Changed in: ntp (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/1129696
Title: Cannot set config file in /etc/default/ntp Status in ntp package in Ubuntu: Won't Fix Status in ntp package in Debian: New Bug description: Description: Ubuntu 12.04 LTS Release: 12.04 ntp: Installed: 1:4.2.6.p3+dfsg-1ubuntu3.1 Candidate: 1:4.2.6.p3+dfsg-1ubuntu3.1 Version table: *** 1:4.2.6.p3+dfsg-1ubuntu3.1 0 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:4.2.6.p3+dfsg-1ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages f I had a need to set a custom config file for ntp. I looked about and found that I could pass a '-c' option and that options for ntp are set in /etc/default/ntp in NTPD_OPTS. So I put it in there: NTPD_OPTS='-g -c /path/to/custom/ntp.conf'. It worked. Until I deployed to another box that was receiving NTP settings via DHCP. On that box, ntpd exited with an error because it had received two config files in its arguments. Not good. After reading through the init script, I opted to add a new variable to /etc/default/ntp specifically for holding a custom config file. Attached is a patch that will use that value if DHCP has not created its own ntp.conf. If NTP settings were passed via DCHP, then those settings will override the custom config file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1129696/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp