diff options
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/mountnfs.sh')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/mountnfs.sh | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/mountnfs.sh b/meta/packages/initscripts/initscripts-1.0/mountnfs.sh index 84cb3651fc..46c58b16a8 100755 --- a/meta/packages/initscripts/initscripts-1.0/mountnfs.sh +++ b/meta/packages/initscripts/initscripts-1.0/mountnfs.sh | |||
| @@ -1,14 +1,10 @@ | |||
| 1 | # | 1 | ### BEGIN INIT INFO |
| 2 | # mountnfs.sh Now that TCP/IP is configured, mount the NFS file | 2 | # Provides: mountnfs |
| 3 | # systems in /etc/fstab if needed. If possible, | 3 | # Required-Start: $local_fs $network $portmap |
| 4 | # start the portmapper before mounting (this is needed for | 4 | # Required-Stop: |
| 5 | # Linux 2.1.x and up). | 5 | # Default-Start: S |
| 6 | # | 6 | # Default-Stop: |
| 7 | # Also mounts SBM filesystems now, so the name of | 7 | ### END INIT INFO |
| 8 | # this script is getting increasingly inaccurate. | ||
| 9 | # | ||
| 10 | # Version: @(#)mountnfs.sh 2.83 05-Oct-2001 miquels@cistron.nl | ||
| 11 | # | ||
| 12 | 8 | ||
| 13 | . /etc/default/rcS | 9 | . /etc/default/rcS |
| 14 | 10 | ||
