fuse/fuse-chkconfig_support.diff

22 lines
558 B
Diff
Raw Normal View History

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