aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.local')
-rwxr-xr-xrc.d/rc.local12
1 files changed, 9 insertions, 3 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local
index 0036e6c5..6d125d8b 100755
--- a/rc.d/rc.local
+++ b/rc.d/rc.local
@@ -1,7 +1,13 @@
#!/bin/sh
#
-# This script will be executed *after* all the other init scripts.
-# You can put your own initialization stuff in here if you don't
-# want to do the full Sys V style init stuff.
+### BEGIN INIT INFO
+# Provides: rc.local
+# X-Mandriva-Compat-Mode
+# Default-Start: 2 3 4 5
+# Short-Description: Local initialization script
+# Description: This script will be executed *after* all the other init scripts.
+# You can put your own initialization stuff in here if you don't
+# want to do the full Sys V style init stuff.
+### END INIT INFO
touch /var/lock/subsys/local