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
This commit is contained in:
Jilles Tjoelker 2010-05-15 17:49:56 +00:00
parent 965df046e5
commit 18bd63b7c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208116
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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