diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-05-19 20:53:21 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2010-05-19 20:53:21 +0000 |
| commit | eb167404df62a96edf7320bac0ca0f5ad6295abb (patch) | |
| tree | 3f53a3910dcfb48ad625822834695a74cbabd9ea | |
| parent | b58dad48eaac99b435cd5f03d335394ea6a31669 (diff) | |
Notes
| -rw-r--r-- | etc/csh.login | 4 | ||||
| -rw-r--r-- | etc/profile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/csh.login b/etc/csh.login index 62deb32f86de..283c6d4fddbc 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -9,7 +9,7 @@ # login.conf(5) and in particular the charset and lang options. # For full locales list check /usr/share/locale/* # -# Read system messages -# msgs -f +# Check system messages +# msgs -q # Allow terminal messages # mesg y diff --git a/etc/profile b/etc/profile index 665b61a36aed..23c993c40214 100644 --- a/etc/profile +++ b/etc/profile @@ -12,7 +12,7 @@ # You should also read the setlocale(3) man page for information # on how to achieve more precise control of locale settings. # -# Read system messages -# msgs -f +# Check system messages +# msgs -q # Allow terminal messages # mesg y |
