Hello community, here is the log from the commit of package xntp checked in at Fri Jun 30 02:03:12 CEST 2006. -------- --- xntp/xntp.changes 2006-04-18 17:10:13.000000000 +0200 +++ xntp/xntp.changes 2006-06-29 14:27:50.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 29 14:26:28 CEST 2006 - jblunck@suse.de + +- NetworkManager script: use start instead of try-restart (#188613). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xntp.spec ++++++ --- /var/tmp/diff_new_pack.tMz5ld/_old 2006-06-30 01:58:57.000000000 +0200 +++ /var/tmp/diff_new_pack.tMz5ld/_new 2006-06-30 01:58:57.000000000 +0200 @@ -19,7 +19,7 @@ License: X11/MIT Group: Productivity/Networking/Other Version: 4.2.0a -Release: 66 +Release: 70 Summary: Network Time Protocol daemon (version 4) # main source Source0: ntp-%branch-%version-%cvsdate.tar.bz2 @@ -329,6 +329,8 @@ %doc html/* %changelog -n xntp +* Thu Jun 29 2006 - jblunck@suse.de +- NetworkManager script: use start instead of try-restart (#188613). * Tue Apr 18 2006 - rml@suse.de - NetworkManager ntp script: s/restart-iburst/try-restart-iburst/ as the former is not a valid command. Fixes Novell bug #163139. ++++++ NetworkManager-ntp ++++++ --- xntp/NetworkManager-ntp 2006-04-18 17:09:22.000000000 +0200 +++ xntp/NetworkManager-ntp 2006-06-29 13:43:19.000000000 +0200 @@ -4,18 +4,16 @@ # # Jan Blunck <jblunck@suse.de> -RL=$(/sbin/runlevel); RL=${RL#* } -test -z "$RL" && RL=`sed -n 's=^id:\(.\):initdefault.*$=\1=p' /etc/inittab` - case "$2" in up) - ls /etc/init.d/rc${RL}.d/S*ntp &>/dev/null || exit 2 - /etc/init.d/ntp try-restart-iburst + if /sbin/chkconfig --check ntp; then + /etc/init.d/ntp start + fi ;; down) /etc/init.d/ntp stop ;; *) - return 0 + exit 0 ;; esac ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de