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/etc/init.d/stop-bootlogd | |
| 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/etc/init.d/stop-bootlogd')
| -rwxr-xr-x | beagle/debian-rfs/etc/init.d/stop-bootlogd | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/beagle/debian-rfs/etc/init.d/stop-bootlogd b/beagle/debian-rfs/etc/init.d/stop-bootlogd deleted file mode 100755 index 1797b7d..0000000 --- a/beagle/debian-rfs/etc/init.d/stop-bootlogd +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -### BEGIN INIT INFO -# Provides: stop-bootlogd -# Required-Start: $local_fs $all -# Required-Stop: -# Default-Start: 2 3 4 5 -# Default-Stop: -# Short-Description: Stop bootlogd -# Description: See the init.d/bootlogd script -### END INIT INFO - -NAME=stop-bootlogd -DAEMON=/sbin/bootlogd - -[ -x "$DAEMON" ] || exit 0 - -case "$1" in - start) - /etc/init.d/bootlogd stop - ;; - stop|restart|force-reload) - # No-op - ;; - status) - exec /etc/init.d/bootlogd status - ;; - *) - echo "Usage: $NAME {start|stop|restart|force-reload}" >&2 - exit 3 - ;; -esac - -: |
