From db4f576472b23c95fa8d8e50e425d45b264e9fd0 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Thu, 16 May 2002 02:10:03 +0000 Subject: [PATCH] Consistancy, file system > filesystem --- etc/protocols | 2 +- etc/rc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/protocols b/etc/protocols index aa01da137657..8530883ac2e4 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 diff --git a/etc/rc b/etc/rc index 3972d3c19549..eb6aec1e8c4e 100644 --- a/etc/rc +++ b/etc/rc @@ -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])