diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 02:10:03 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-05-16 02:10:03 +0000 |
| commit | db4f576472b23c95fa8d8e50e425d45b264e9fd0 (patch) | |
| tree | 54f060484ea012dc4064b5fdc443f10d0ac81676 /etc/rc | |
| parent | ebd43244579d173cb41cd886cd74d2248de9acf0 (diff) | |
Notes
Diffstat (limited to 'etc/rc')
| -rw-r--r-- | etc/rc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -230,13 +230,13 @@ autoboot) 0) ;; *) - echo 'Automatic file system check failed . . . help!' + echo 'Automatic filesystem check failed . . . help!' exit 1 ;; esac ;; *) - echo 'Automatic file system check failed . . . help!' + echo 'Automatic filesystem check failed . . . help!' exit 1 ;; esac @@ -457,7 +457,7 @@ case "`mount -d -a -t nfs 2> /dev/null`" in case ${nfsclient_in_kernel} in 1) - echo -n 'Mounting NFS file systems:' + echo -n 'Mounting NFS filesystem:' mount -a -t nfs echo '.' ;; @@ -478,7 +478,7 @@ for i in ${networkfs_types}; do fi 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 '.' ;; @@ -905,7 +905,7 @@ if [ -r /etc/rc.sysctl ]; then fi # Raise kernel security level. This should be done only after `fsck' has -# repaired local file systems if you want the securelevel to be greater than 1. +# repaired local filesystems if you want the securelevel to be greater than 1. # case ${kern_securelevel_enable} in [Yy][Ee][Ss]) |
