Author: eadler
Date: Sat Dec  8 00:28:16 2012
New Revision: 244007
URL: http://svnweb.freebsd.org/changeset/base/244007

Log:
  MFC r243893:
        Remove hack to emulate effective uid and just use the EUID's name in the
        first place.  I was unaware of this option when originally committing
        this change.
  
        I accidently merged this to only one directory last time :(
  
  Approved by:  cperciva (implicit)

Modified:
  stable/7/share/skel/dot.cshrc
Directory Properties:
  stable/7/share/skel/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/8/share/skel/dot.cshrc
  stable/9/share/skel/dot.cshrc
Directory Properties:
  stable/8/share/skel/   (props changed)
  stable/9/share/skel/   (props changed)

Modified: stable/7/share/skel/dot.cshrc
==============================================================================
--- stable/7/share/skel/dot.cshrc       Sat Dec  8 00:25:51 2012        
(r244006)
+++ stable/7/share/skel/dot.cshrc       Sat Dec  8 00:28:16 2012        
(r244007)
@@ -23,10 +23,7 @@ setenv       BLOCKSIZE       K
 
 if ($?prompt) then
        # An interactive shell -- set some stuff up
-       if ($uid == 0) then
-               set user = root
-       endif
-       set prompt = "%n@%m:%~ %# "
+       set prompt = "%N@%m:%~ %# "
        set promptchars = "%#"
 
        set filec
_______________________________________________
svn-src-all@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"

Reply via email to