From 612952a975486cc129d4d3ce7b58edee4b73b1e1 Mon Sep 17 00:00:00 2001 From: jilles Date: Sat, 15 May 2010 17:49:56 +0000 Subject: Change the commented msgs examples in profile/csh.login from -f to -q. Starting something that wants input on login seems strange and can be dangerous. In some configurations, causing output can be bad, but it is not as dangerous. I do not expect this msgs invocation to be uncommented often. PR: conf/96015 MFC after: 4 days --- etc/csh.login | 4 ++-- etc/profile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/csh.login b/etc/csh.login index 62deb32..283c6d4 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 665b61a..23c993c 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 -- cgit v1.1