Author: qboosh                       Date: Tue Sep 16 17:39:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- !unexpand

---- Files affected:
SOURCES:
   zfs-fuse.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/zfs-fuse.init
diff -u SOURCES/zfs-fuse.init:1.1 SOURCES/zfs-fuse.init:1.2
--- SOURCES/zfs-fuse.init:1.1   Tue Sep 16 14:57:17 2008
+++ SOURCES/zfs-fuse.init       Tue Sep 16 19:39:41 2008
@@ -43,24 +43,24 @@
 RETVAL=0
 case "$1" in
   start)
-        start
-        ;;
+       start
+       ;;
   stop)
-        stop
-        ;;
+       stop
+       ;;
   restart)
-        stop
+       stop
        start
-        ;;
+       ;;
   try-restart)
        condrestart 0
        ;;
   status)
-        status zfs-fuse
-        ;;
+       status zfs-fuse
+       ;;
   *)
-        msg_usage "$0 {start|stop|restart|try-restart|status}"
-        exit 3
+       msg_usage "$0 {start|stop|restart|try-restart|status}"
+       exit 3
 esac
 
 exit $RETVAL
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/zfs-fuse.init?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to