diff options
author | Phil Davis <phil.davis@inf.org> | 2015-09-16 14:50:16 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-09-16 14:50:16 +0545 |
commit | 235962c0bcb72b8bbbf8425bb7289e6b69ed42d1 (patch) | |
tree | 670c72dd7fb1d62f34bd956903354e1dd1d78a8f /src/etc/rc | |
parent | cc493d00395ad5e9b6f90c46b1882b3546c2b1ca (diff) | |
download | pfsense-235962c0bcb72b8bbbf8425bb7289e6b69ed42d1.zip pfsense-235962c0bcb72b8bbbf8425bb7289e6b69ed42d1.tar.gz |
Reword text in etc/rc
to improve the English.
Resubmit of PR https://github.com/pfsense/pfsense/pull/1847
Diffstat (limited to 'src/etc/rc')
-rwxr-xr-x | src/etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if [ ! "${PLATFORM}" = "cdrom" ]; then FSCK_ACTION_NEEDED=1 ;; *) - echo "Stopping boot is recommended due to filesystem manual action needed, nevertheless it will be tried to repair the filesystem." + echo "Stopping boot is recommended because filesystem manual action is needed, nevertheless automated repair of the filesystem will be attempted." FSCK_ACTION_NEEDED=1 ;; esac |