Hello community, here is the log from the commit of package xntp checked in at Fri Sep 1 01:43:29 CEST 2006. -------- --- xntp/xntp.changes 2006-07-25 13:35:17.000000000 +0200 +++ xntp/xntp.changes 2006-08-31 14:59:46.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 31 14:43:17 CEST 2006 - mskibbe@suse.de + +- fix bug #169052 - xntp: typo in man page +- fix bug #200178 - NTP error message at startup + +------------------------------------------------------------------- New: ---- xntp-man-pages.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xntp.spec ++++++ --- /var/tmp/diff_new_pack.muEXcQ/_old 2006-09-01 01:42:35.000000000 +0200 +++ /var/tmp/diff_new_pack.muEXcQ/_new 2006-09-01 01:42:35.000000000 +0200 @@ -17,7 +17,7 @@ License: X11/MIT Group: Productivity/Networking/Other Version: 4.2.2p2 -Release: 1 +Release: 3 Summary: Network Time Protocol daemon (version 4) # main source Source0: ntp-%version.tar.bz2 @@ -49,6 +49,7 @@ Patch14: ntp-manpages.diff Patch15: ntp-config.diff Patch16: ntp-offset.diff +Patch17: xntp-man-pages.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Provides: ntp xntp3 @@ -192,6 +193,7 @@ %patch14 %patch15 %patch16 +%patch17 %build rm -rf acconfig.h @@ -329,6 +331,9 @@ %doc html/* %changelog -n xntp +* Thu Aug 31 2006 - mskibbe@suse.de +- fix bug #169052 - xntp: typo in man page +- fix bug #200178 - NTP error message at startup * Tue Jul 25 2006 - mskibbe@suse.de - update to version 4.2.2p2 which o cleanup ++++++ ntp-ntptrace_sbinpath.diff ++++++ --- /var/tmp/diff_new_pack.muEXcQ/_old 2006-09-01 01:42:37.000000000 +0200 +++ /var/tmp/diff_new_pack.muEXcQ/_new 2006-09-01 01:42:37.000000000 +0200 @@ -5,7 +5,7 @@ use vars qw($opt_n); -$ntpq = "ntpq"; -+$ntpq = "@sbindir@/ntpq"; ++$ntpq = "@bindir@/ntpq"; getopts('n'); ++++++ xntp-man-pages.diff ++++++ --- man/ntpd.1 +++ man/ntpd.1 @@ -37,7 +37,7 @@ \fBntpd\fR program operates by exchanging messages with one or more configured servers at designated poll intervals. When started, whether for the first or subsequent times, the program -requires several exahanges from the majority of these servers so +requires several exchanges from the majority of these servers so the signal processing and mitigation algorithms can accumulate and groom the data and set the clock. In order to protect the network from bursts, the initial poll interval for each server is delayed ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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