7b0511a
--- util/init_script.patch2	2008-02-19 22:51:28.000000000 +0300
7b0511a
+++ util/init_script	2008-02-21 00:12:51.000000000 +0300
7b0511a
@@ -1,11 +1,16 @@
7b0511a
 #! /bin/sh
7b0511a
+
7b0511a
+# Startup script for fuse 
7b0511a
+#
7b0511a
+# chkconfig: 345 25 75
7b0511a
+
7b0511a
 ### BEGIN INIT INFO
7b0511a
 # Provides:          fuse
7b0511a
 # Required-Start:    
7b0511a
 # Should-Start:      udev
7b0511a
 # Required-Stop:     
7b0511a
-# Default-Start:     S
7b0511a
-# Default-Stop:
7b0511a
+# Default-Start:     3 4 5
7b0511a
+# Default-Stop:      0 1 2 6
7b0511a
 # Short-Description: Start and stop fuse.
7b0511a
 # Description:       Load the fuse module and mount the fuse control
7b0511a
 #	filesystem.