diff options
| author | Ross Burton <ross@openedhand.com> | 2008-07-03 15:20:56 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-07-03 15:20:56 +0000 |
| commit | bde70a9f31b1c266764724db329c8077f6734884 (patch) | |
| tree | edb6c5c189bd3c359cc72052d91b673f1489744e /meta/packages/initscripts/initscripts-1.0/umountnfs.sh | |
| parent | 2a7b3ad49137da3e3c4206df9b1fdb94652ae908 (diff) | |
| download | poky-bde70a9f31b1c266764724db329c8077f6734884.tar.gz | |
initscripts: add dependency headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4801 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/umountnfs.sh')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/umountnfs.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/umountnfs.sh b/meta/packages/initscripts/initscripts-1.0/umountnfs.sh index f5fe48aa74..a4fb821d91 100755 --- a/meta/packages/initscripts/initscripts-1.0/umountnfs.sh +++ b/meta/packages/initscripts/initscripts-1.0/umountnfs.sh | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | #! /bin/sh | 1 | ### BEGIN INIT INFO |
| 2 | # | 2 | # Provides: umountnfs |
| 3 | # umountnfs.sh Unmount all network filesystems. | 3 | # Required-Start: |
| 4 | # | 4 | # Required-Stop: umountfs |
| 5 | # Should-Stop: $network $portmap | ||
| 6 | # Default-Start: | ||
| 7 | # Default-Stop: 0 6 | ||
| 8 | # Short-Description: Unmount all network filesystems | ||
| 9 | ### END INIT INFO | ||
| 5 | 10 | ||
| 6 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | 11 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
| 7 | 12 | ||
| @@ -25,4 +30,3 @@ done | |||
| 25 | ) < /etc/fstab | 30 | ) < /etc/fstab |
| 26 | 31 | ||
| 27 | : exit 0 | 32 | : exit 0 |
| 28 | |||
