Your message dated Sat, 29 Jul 2006 21:33:59 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#116371: ntpdate: wrong flags in the init.d script
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ntpdate
Version: 1:4.1.0-4
Severity: normal


-- System Information
Debian Release: 3.0
Kernel Version: Linux brick 2.4.17.worker.4 #1 Thu Jan 24 17:56:15 CET 2002 
i686 unknown

The following script does not work in my server. 
I removed the switches: -u -b -s and then it works fine. 

I would therefore urge you to remove those switches in 
the init script. They are just bugs waiting to be 
squashed. 

Versions of the packages ntpdate depends on:
ii  debconf        1.0.25         Debian configuration management system
ii  libc6          2.2.5-1        GNU C Library: Shared libraries and Timezone
ii  libreadline4   4.2a-4         GNU readline and history libraries, run-time

--- Begin /etc/init.d/ntpdate (modified conffile)
#! /bin/sh
test -f /usr/sbin/ntpdate || exit 0
. /etc/default/ntp-servers
test -n "$NTPSERVERS" || exit 0
case "$1" in
start|restart|force-reload)
  echo -n "Running ntpdate to synchronize clock"
  /usr/sbin/ntpdate -u -b -s $NTPSERVERS
  echo "."
  ;;
stop)
  ;;
*)
  echo "Usage: /etc/init.d/ntpdate {start|stop|restart|force-reload}"
  exit 1
esac
exit 0

--- End /etc/init.d/ntpdate


--- End Message ---
--- Begin Message ---
I think we determined that the current set of flags is OK for most uses, 
but depending on the firewall configuration you may need to make some 
adjustments.

--- End Message ---

Reply via email to