Hello community, here is the log from the commit of package nut checked in at Fri Jun 23 17:11:19 CEST 2006. -------- --- nut/nut.changes 2006-04-27 13:41:12.000000000 +0200 +++ nut/nut.changes 2006-06-23 11:18:22.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 23 11:18:12 CEST 2006 - sbrabec@suse.cz + +- Typo fix in the init script. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nut.spec ++++++ --- /var/tmp/diff_new_pack.en5CD4/_old 2006-06-23 17:10:52.000000000 +0200 +++ /var/tmp/diff_new_pack.en5CD4/_new 2006-06-23 17:10:52.000000000 +0200 @@ -27,7 +27,7 @@ Autoreqprov: on Summary: UPS Monitoring Software Version: 2.0.3 -Release: 18 +Release: 20 URL: http://www.networkupstools.org/ Source: %{name}-%{version}.tar.bz2 Source1: upsd.init @@ -248,6 +248,8 @@ %attr(700,%{USER},root) %STATEPATH %changelog -n nut +* Fri Jun 23 2006 - sbrabec@suse.cz +- Typo fix in the init script. * Thu Apr 27 2006 - sbrabec@suse.cz - Work correctly, if port is a symlink (168611#c6). * Tue Apr 25 2006 - sbrabec@suse.cz ++++++ upsd.init ++++++ --- nut/upsd.init 2006-04-27 13:24:34.000000000 +0200 +++ nut/upsd.init 2006-06-23 11:18:09.000000000 +0200 @@ -360,7 +360,7 @@ try-powerdown) ## Special command: Instruct UPS to shutdown, if halt is running ## and power is failing. Otherwise silently quit. - if test "$RUNLEVEL" = "0" -a -n "$POWERDOWNFLAG " -a -f "$POWERDOWNFLAG" ; then + if test "$RUNLEVEL" = "0" -a -n "$POWERDOWNFLAG" -a -f "$POWERDOWNFLAG" ; then exec $0 powerdown fi ;; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org