diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/debian-rfs/usr/share/sysvinit/update-rc.d | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (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/usr/share/sysvinit/update-rc.d')
| -rwxr-xr-x | beagle/debian-rfs/usr/share/sysvinit/update-rc.d | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/beagle/debian-rfs/usr/share/sysvinit/update-rc.d b/beagle/debian-rfs/usr/share/sysvinit/update-rc.d deleted file mode 100755 index daaa54c..0000000 --- a/beagle/debian-rfs/usr/share/sysvinit/update-rc.d +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh -# -# update-rc.d -# -# Dummy update-rc.d, installed when file-rc replaces -# sysv-rc or the other way around. The postrm of the -# package being replaced symlinks /usr/sbin/update-rc.d -# to this dummy file. -# -# All this script does is "scream and die". -# - -name=`basename $0` - -cat <<EOF >&2 - -$name: not present yet. - -You are replacing sysv-rc with file-rc or another -rc package, or -the other way around. The replacement package must first be -unpacked before you can configure other packages. - -Exiting with error status 1. - -EOF - -exit 1 |
