diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 02:10:03 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 02:10:03 +0000 |
commit | 004729ff8a0138980eca89fcf00c1434878eec9d (patch) | |
tree | 54f060484ea012dc4064b5fdc443f10d0ac81676 | |
parent | 56036d26233ff609be6306f948bdbebc57075335 (diff) | |
download | FreeBSD-src-004729ff8a0138980eca89fcf00c1434878eec9d.zip FreeBSD-src-004729ff8a0138980eca89fcf00c1434878eec9d.tar.gz |
Consistancy, file system > filesystem
-rw-r--r-- | etc/protocols | 2 | ||||
-rw-r--r-- | etc/rc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/protocols b/etc/protocols index aa01da1..8530883 100644 --- a/etc/protocols +++ b/etc/protocols @@ -75,7 +75,7 @@ sat-expak 64 SAT-EXPAK # SATNET and Backroom EXPAK kryptolan 65 KRYPTOLAN # Kryptolan rvd 66 RVD # MIT Remote Virtual Disk Protocol ippc 67 IPPC # Internet Pluribus Packet Core -# 68 # any distributed file system +# 68 # any distributed filesystem sat-mon 69 SAT-MON # SATNET Monitoring visa 70 VISA # VISA Protocol ipcv 71 IPCV # Internet Packet Core Utility @@ -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]) |