summaryrefslogtreecommitdiff
path: root/beagle/debian-rfs/etc/rc2.d/README
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2013-03-10 12:13:49 +0100
committerManuel Traut <manut@mecka.net>2013-03-10 12:13:49 +0100
commit9c0f862749f30800837a45aff5abdcb529867dbc (patch)
treeb0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/debian-rfs/etc/rc2.d/README
parent33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff)
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Merge branch 'schulung'
updates from current linutronix schulung.git Conflicts: Makefile configpres.tex flash-memory/ubi/handout_ubi_de.tex handout.tex index.txt pres_master.tex vorl.tex vorl1.tex vorl2.tex vorl3.tex vorl4.tex vorl5.tex Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/etc/rc2.d/README')
-rw-r--r--beagle/debian-rfs/etc/rc2.d/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/beagle/debian-rfs/etc/rc2.d/README b/beagle/debian-rfs/etc/rc2.d/README
deleted file mode 100644
index 6e0733f..0000000
--- a/beagle/debian-rfs/etc/rc2.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.