summaryrefslogtreecommitdiff
path: root/beagle/debian-rfs/etc/rc5.d/README
diff options
context:
space:
mode:
Diffstat (limited to 'beagle/debian-rfs/etc/rc5.d/README')
-rw-r--r--beagle/debian-rfs/etc/rc5.d/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/beagle/debian-rfs/etc/rc5.d/README b/beagle/debian-rfs/etc/rc5.d/README
deleted file mode 100644
index 6e0733f..0000000
--- a/beagle/debian-rfs/etc/rc5.d/README
+++ /dev/null
@@ -1,15 +0,0 @@
-The scripts in this directory are executed each time the system enters
-this runlevel.
-
-The scripts are all symbolic links whose targets are located in
-/etc/init.d/ .
-
-To disable a service in this runlevel, rename its script in this
-directory so that the new name begins with a 'K' and a two-digit
-number, and run 'update-rc.d script defaults' to reorder the scripts
-according to dependencies. A warning about the current runlevels
-being enabled not matching the LSB header in the init.d script will be
-printed. To re-enable the service, rename the script back to its
-original name beginning with 'S' and run update-rc.d again.
-
-For a more information see /etc/init.d/README.