diff options
| author | Lars Engels <lme@FreeBSD.org> | 2016-04-23 16:10:54 +0000 |
|---|---|---|
| committer | Lars Engels <lme@FreeBSD.org> | 2016-04-23 16:10:54 +0000 |
| commit | 6c1a5e837d2d886042767bcc7b7255b81acc0965 (patch) | |
| tree | d032256fcb2866de2887b017f399c734c1439413 /etc/rc.d/mountcritremote | |
| parent | 013cb2e9613644a0be164a61ee4ec744cb60431f (diff) | |
Notes
Diffstat (limited to 'etc/rc.d/mountcritremote')
| -rwxr-xr-x | etc/rc.d/mountcritremote | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.d/mountcritremote b/etc/rc.d/mountcritremote index feb1b78a52ad..2af48b61f143 100755 --- a/etc/rc.d/mountcritremote +++ b/etc/rc.d/mountcritremote @@ -10,6 +10,7 @@ . /etc/rc.subr name="mountcritremote" +desc="Mount critical remote filesystems" stop_cmd=":" start_cmd="mountcritremote_start" start_precmd="mountcritremote_precmd" @@ -40,7 +41,7 @@ mountcritremote_start() '') ;; *) - echo -n 'Mounting NFS file systems:' + echo -n 'Mounting NFS filesystems:' mount -a -t nfs echo '.' ;; @@ -63,7 +64,7 @@ mountcritremote_start() case "`mount -d -a -t ${fstype}`" in *mount_${fstype}*) - echo -n "Mounting ${fsdecr} file systems:" + echo -n "Mounting ${fsdecr} filesystems:" mount -a -t ${fstype} echo '.' ;; |
