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/mountnfs.sh | 108 ------------------------------- 1 file changed, 108 deletions(-) delete mode 100755 beagle/debian-rfs/etc/init.d/mountnfs.sh (limited to 'beagle/debian-rfs/etc/init.d/mountnfs.sh') diff --git a/beagle/debian-rfs/etc/init.d/mountnfs.sh b/beagle/debian-rfs/etc/init.d/mountnfs.sh deleted file mode 100755 index 8d07bb7..0000000 --- a/beagle/debian-rfs/etc/init.d/mountnfs.sh +++ /dev/null @@ -1,108 +0,0 @@ -#! /bin/sh -### BEGIN INIT INFO -# Provides: mountnfs -# Required-Start: $local_fs -# Required-Stop: -# Should-Start: $network $portmap nfs-common udev-mtab -# Default-Start: S -# Default-Stop: -# Short-Description: Wait for network file systems to be mounted -# Description: Network file systems are mounted by -# /etc/network/if-up.d/mountnfs in the background -# when interfaces are brought up; this script waits -# for them to be mounted before carrying on. -### END INIT INFO - -. /lib/init/vars.sh -. /lib/lsb/init-functions - -do_wait_async_mount() { - [ -f /etc/fstab ] || return - # - # Read through fstab line by line. If it is NFS, set the flag - # for mounting NFS file systems. If any NFS partition is found - # then wait around for it. - # - - exec 9<&0 &2 - exit 3 - ;; - stop) - ;; - *) - echo "Usage: $0 start|stop" >&2 - exit 3 - ;; -esac - -: exit 0 -- cgit v1.2.3