summaryrefslogtreecommitdiff
path: root/beagle/debian-rfs/usr/share/sysvinit/update-rc.d
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2011-07-18 14:00:12 +0200
committerManuel Traut <manut@mecka.net>2011-07-18 14:00:12 +0200
commited006a8eb44831189e152826c692330d0a0cfe3b (patch)
tree66996c44c68a8787e4a35a85aea683975f307767 /beagle/debian-rfs/usr/share/sysvinit/update-rc.d
parent4493e8f707e62b9867d9cfd40205115140e7c993 (diff)
delete beagle-dir
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/usr/share/sysvinit/update-rc.d')
-rwxr-xr-xbeagle/debian-rfs/usr/share/sysvinit/update-rc.d27
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