rpms/zfs-fuse/devel zfs-fuse.spec,1.22,1.23

Uwe Kubosch donv at fedoraproject.org
Sat Dec 26 02:22:08 UTC 2009


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30209

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


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- zfs-fuse.spec	26 Dec 2009 01:34:51 -0000	1.22
+++ zfs-fuse.spec	26 Dec 2009 02:22:08 -0000	1.23
@@ -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