rpms/zfs-fuse/devel zfs-fuse.spec,1.5,1.6

Uwe Kubosch donv at fedoraproject.org
Thu Dec 25 07:54:00 UTC 2008


Author: donv

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

Modified Files:
	zfs-fuse.spec 
Log Message:
- Changed to start zfs-fuse at boot as default.



Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zfs-fuse.spec	25 Dec 2008 00:00:28 -0000	1.5
+++ zfs-fuse.spec	25 Dec 2008 07:53:29 -0000	1.6
@@ -57,6 +57,7 @@
 %post
 if [ $1 = 1 ] ; then
     /sbin/chkconfig --add %{name}
+    /sbin/chkconfig %{name} on
 fi
 
 %preun
@@ -91,6 +92,7 @@
 - Add OOM kill protection.
 - Adds syncing of disks at shutdown.
 - Adds pool status when asking for service status.
+- Changed to start zfs-fuse at boot as default.
 
 * Sun Dec 21 2008 Uwe Kubosh <uwe at kubosch.no> - 0.5.0-4.20081221
 - Updated to upstream trunk of 2008-12-21




More information about the fedora-extras-commits mailing list