Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 20:53:21 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r208313 - stable/8/etc
Message-ID:  <201005192053.o4JKrLAK085281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Wed May 19 20:53:21 2010
New Revision: 208313
URL: http://svn.freebsd.org/changeset/base/208313

Log:
  MFC r208116: 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

Modified:
  stable/8/etc/csh.login
  stable/8/etc/profile
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/csh.login
==============================================================================
--- stable/8/etc/csh.login	Wed May 19 20:00:15 2010	(r208312)
+++ stable/8/etc/csh.login	Wed May 19 20:53:21 2010	(r208313)
@@ -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

Modified: stable/8/etc/profile
==============================================================================
--- stable/8/etc/profile	Wed May 19 20:00:15 2010	(r208312)
+++ stable/8/etc/profile	Wed May 19 20:53:21 2010	(r208313)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005192053.o4JKrLAK085281>