rpms/zfs-fuse/devel zfs-fuse.spec,1.7,1.8

Uwe Kubosch donv at fedoraproject.org
Thu Dec 25 11:17:48 UTC 2008


Author: donv

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

Modified Files:
	zfs-fuse.spec 
Log Message:
- Cleanup of /var/run/zfs and /var/lock/zfs after uninstall.



Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zfs-fuse.spec	25 Dec 2008 10:53:03 -0000	1.7
+++ zfs-fuse.spec	25 Dec 2008 11:17:17 -0000	1.8
@@ -70,6 +70,8 @@
 %postun
 if [ $1 -ge 1 ] ; then
     /sbin/service %{name} condrestart >/dev/null 2>&1 || :
+    rm -rf /var/run/zfs
+    rm -rf /var/lock/zfs
 fi
 
 %files
@@ -95,6 +97,7 @@
 - Adds pool status when asking for service status.
 - Changed to start zfs-fuse at boot as default.
 - Changed to start zfs-fise right after installation.
+- Cleanup of /var/run/zfs and /var/lock/zfs after uninstall.
 
 * 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