Hello community, here is the log from the commit of package iscsitarget checked in at Thu May 18 10:16:52 CEST 2006. -------- --- iscsitarget/iscsitarget.changes 2006-01-25 21:36:43.000000000 +0100 +++ iscsitarget/iscsitarget.changes 2006-05-18 09:06:13.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 18 09:05:47 CEST 2006 - kukuk@suse.de + +- Fix return code of init script [#176186] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iscsitarget.spec ++++++ --- /var/tmp/diff_new_pack.xocHXZ/_old 2006-05-18 10:16:37.000000000 +0200 +++ /var/tmp/diff_new_pack.xocHXZ/_new 2006-05-18 10:16:37.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -18,17 +18,17 @@ Prereq: %fillup_prereq %insserv_prereq /bin/cat /bin/rm Autoreqprov: on Version: 0.4.13 -Release: 2 +Release: 14 Requires: kernel -Summary: The iSCSI Enterprise target aims to be an open source iSCSI target with professional features +Summary: Open Source iSCSI Target with Professional Features Source: %{name}-%{version}.tar.gz Source1: %{name}.init BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The aim of the project is to develop an open source iSCSI target with -professional features, that works well in enterprise environment under -real workload, and is scalable and versatile enough to meet the +professional features that works well in enterprise environment under +real workload and is scalable and versatile enough to meet the challenge of future storage needs and developments. @@ -72,6 +72,8 @@ %doc %{_mandir}/man8/* %changelog -n iscsitarget +* Thu May 18 2006 - kukuk@suse.de +- Fix return code of init script [#176186] * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 13 2006 - hare@suse.de ++++++ iscsitarget.init ++++++ --- iscsitarget/iscsitarget.init 2005-09-07 13:11:08.000000000 +0200 +++ iscsitarget/iscsitarget.init 2006-05-18 09:05:46.000000000 +0200 @@ -96,5 +96,4 @@ echo $"Usage: $0 {start|stop|restart|status}" exit 1 esac - -exit 0 +rc_exit ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de