From 5296d938dddf85d50d1b61dfb628a74905f778e8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 27 May 2009 09:35:14 -0700 Subject: NTP management version 3 1. Don't start NTP server at boot (network not configed yet) 2. Start NTP as needed based on vyatta config --- debian/vyatta-cfg-system.postinst.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 57f4b043..ec159432 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -7,13 +7,10 @@ bindir=@bindir@ sbindir=@sbindir@ # remove init of daemons that we start/stop -for init in ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; do +for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; do update-rc.d -f ${init} remove >/dev/null done -# for upgrade make sure ntp is run during boot -update-rc.d ntp defaults - # remove extra call to clock setup only need one. this speeds up boot # Mystery: why does Debian do it twice? if [ -L /etc/rcS.d/S08hwclockfirst.sh -a -L /etc/rcS.d/S11hwclock.sh ]; then -- cgit v1.2.3 From c3c5c6c8b94abfb23021c4156388313117157af6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 27 May 2009 10:12:45 -0700 Subject: 0.15.48 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 339ab6a3..cdb4d2bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vyatta-cfg-system (0.15.48) unstable; urgency=low + + * Restore default facility for 'syslog console' + * Revert "Restore default facility for 'syslog console'" + * NTP management version 3 + + -- Stephen Hemminger Wed, 27 May 2009 10:12:45 -0700 + vyatta-cfg-system (0.15.47) unstable; urgency=low [ Jon Andersson ] -- cgit v1.2.3 From 78aef156293581ce5028ff22d752241cc2e9525b Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 29 May 2009 18:31:08 -0700 Subject: 0.15.48+jenner1 --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cdb4d2bb..b7dc5875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +vyatta-cfg-system (0.15.48+jenner1) unstable; urgency=low + + [ Stephen Hemminger ] + * Print error message on failure to create group/user + + [ Mohit Mehta ] + * move server,protocol to the same line in config file + + [ An-Cheng Huang ] + + -- An-Cheng Huang Fri, 29 May 2009 18:31:07 -0700 + vyatta-cfg-system (0.15.48) unstable; urgency=low * Restore default facility for 'syslog console' -- cgit v1.2.3