From 18bd63b7c55c2b0d07042e4935915b95497c25c9 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 15 May 2010 17:49:56 +0000 Subject: [PATCH] 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(-) 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