From ed006a8eb44831189e152826c692330d0a0cfe3b Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 18 Jul 2011 14:00:12 +0200 Subject: delete beagle-dir Signed-off-by: Manuel Traut --- beagle/debian-rfs/etc/init.d/mountall-bootclean.sh | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100755 beagle/debian-rfs/etc/init.d/mountall-bootclean.sh (limited to 'beagle/debian-rfs/etc/init.d/mountall-bootclean.sh') diff --git a/beagle/debian-rfs/etc/init.d/mountall-bootclean.sh b/beagle/debian-rfs/etc/init.d/mountall-bootclean.sh deleted file mode 100755 index 38c0191..0000000 --- a/beagle/debian-rfs/etc/init.d/mountall-bootclean.sh +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh -### BEGIN INIT INFO -# Provides: mountall-bootclean -# Required-Start: mountall -# Required-Stop: -# Default-Start: S -# Default-Stop: -# Short-Description: bootclean after mountall. -# Description: Clean temporary filesystems after -# all local filesystems have been mounted. -### END INIT INFO - -case "$1" in - start|"") - # Clean /tmp, /var/lock, /var/run - . /lib/init/bootclean.sh - ;; - restart|reload|force-reload) - echo "Error: argument '$1' not supported" >&2 - exit 3 - ;; - stop) - # No-op - ;; - *) - echo "Usage: mountall-bootclean.sh [start|stop]" >&2 - exit 3 - ;; -esac - -: -- cgit v1.2.3