rpms/zfs-fuse/F-12 zfs-fuse.spec,1.17,1.18

Uwe Kubosch donv at fedoraproject.org
Sat Dec 26 02:30:07 UTC 2009


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31960

Modified Files:
	zfs-fuse.spec 
Log Message:
* Removed automatic startup from installation script


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-12/zfs-fuse.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- zfs-fuse.spec	26 Dec 2009 01:55:10 -0000	1.17
+++ zfs-fuse.spec	26 Dec 2009 02:30:06 -0000	1.18
@@ -1,7 +1,7 @@
 Summary:          ZFS ported to Linux FUSE
 Name:             zfs-fuse
 Version:          0.6.0
-Release:          4%{?dist}
+Release:          5%{?dist}
 Group:            System Environment/Base
 License:          CDDL
 URL:              http://zfs-fuse.net/
@@ -58,8 +58,6 @@ scons install install_dir=%{buildroot}%{
 %post
 if [ $1 = 1 ] ; then
     /sbin/chkconfig --add %{name}
-    /sbin/chkconfig %{name} on
-    /sbin/service %{name} start >/dev/null 2>&1 || :
 fi
 
 %preun
@@ -88,6 +86,10 @@ fi
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Sat Dec 26 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-5
+- Removed chckconfig on and service start commands from install script
+  See https://fedoraproject.org/wiki/Packaging:SysVInitScript#Why_don.27t_we
+
 * Sat Dec 26 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-4
 - Updated to upstream version 0.6.0 STABLE
 




More information about the fedora-extras-commits mailing list