diff options
Diffstat (limited to 'rc.d/rc.local')
-rwxr-xr-x | rc.d/rc.local | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local deleted file mode 100755 index cf1cf8dc..00000000 --- a/rc.d/rc.local +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -### 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 at the end of the boot process. -# 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 |