[Bug 1206164] Re: /etc/network/if-up.d/ntpdate does not detach correctly
Scott Moser
smoser at ubuntu.com
Mon Jul 29 16:12:45 UTC 2013
for my usecase, it would probably be nicest if I could just disable this via environment variable.
perhaps:
DISABLE_NTPDATE=1 ifup eth0
and then just a simple check for that variable in the script:
[ "${DISABLE_NTPDATE:-0}" != "0" ] && exit 0
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1206164
Title:
/etc/network/if-up.d/ntpdate does not detach correctly
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1206164/+subscriptions
More information about the Ubuntu-server-bugs
mailing list