The following reply was made to PR conf/96015; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: conf/96015: commit references a PR
Date: Sat, 15 May 2010 17:50:16 +0000 (UTC)

 Author: jilles
 Date: Sat May 15 17:49:56 2010
 New Revision: 208116
 URL: http://svn.freebsd.org/changeset/base/208116
 
 Log:
   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
 
 Modified:
   head/etc/csh.login
   head/etc/profile
 
 Modified: head/etc/csh.login
 ==============================================================================
 --- head/etc/csh.login Sat May 15 17:02:33 2010        (r208115)
 +++ head/etc/csh.login Sat May 15 17:49:56 2010        (r208116)
 @@ -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: head/etc/profile
 ==============================================================================
 --- head/etc/profile   Sat May 15 17:02:33 2010        (r208115)
 +++ head/etc/profile   Sat May 15 17:49:56 2010        (r208116)
 @@ -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
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to