Mailinglist Archive: opensuse-commit (1194 mails)

< Previous Next >
commit ntp
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 26 Mar 2008 12:55:57 +0100
  • Message-id: <20080326115558.2B01067833A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package ntp
checked in at Wed Mar 26 12:55:57 CET 2008.

--------
--- ntp/ntp.changes 2008-03-25 17:44:49.000000000 +0100
+++ /mounts/work_src_done/STABLE/ntp/ntp.changes 2008-03-26
12:34:30.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 26 12:34:14 CET 2008 - anschneider@xxxxxxx
+
+- Fix syntax errors in the init script.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ntp.spec ++++++
--- /var/tmp/diff_new_pack.Q25045/_old 2008-03-26 12:55:42.000000000 +0100
+++ /var/tmp/diff_new_pack.Q25045/_new 2008-03-26 12:55:42.000000000 +0100
@@ -20,7 +20,7 @@
License: BSD 3-Clause
Group: Productivity/Networking/Other
Version: 4.2.4p4
-Release: 22
+Release: 23
Summary: Network Time Protocol daemon (version 4)
# main source
Source0: ntp-%{version}.tar.bz2
@@ -375,6 +375,8 @@
%doc html/*

%changelog
+* Wed Mar 26 2008 anschneider@xxxxxxx
+- Fix syntax errors in the init script.
* Tue Mar 25 2008 anschneider@xxxxxxx
- Fix IPv6 support in chroot jail; [bnc#333525].
* Tue Mar 25 2008 anschneider@xxxxxxx




++++++ conf.ntp.init ++++++
--- ntp/conf.ntp.init 2008-03-25 17:16:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/ntp/conf.ntp.init 2008-03-26
12:34:12.000000000 +0100
@@ -110,10 +110,10 @@
for f in /var/run/ntp/servers*; do
if [ -r ${f} ]; then
. ${f}
- ntp_server = "${ntp_server} ${RUNTIME_SERVERS}"
+ ntp_server="${ntp_server} ${RUNTIME_SERVERS}"
fi
done
- if [ -n "${ntp_server}"]; then
+ if [ -n "${ntp_server}" ]; then
for s in ${ntp_server}; do
add_runtime_server ${s}
done
@@ -184,7 +184,7 @@
rc_status
;;
addserver)
- if [ -n "${NTP_KEYS}" ]; then
+ if [ -z "${NTP_KEYS}" ]; then
echo -n "Runtime configuration disabled, no key file specified."
rc_failed 3
exit 1









++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread