--- etc/csh.cshrc Sat Aug 28 03:23:40 1999 +++ etc/csh.cshrc Thu Jun 14 16:03:18 2007 @@ -1,3 +1,6 @@ # $FreeBSD: src/etc/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $ # # System-wide .cshrc file for csh(1). + +set history=511 +alias tset 'set noglob histchars=""; eval `/usr/bin/tset -s \!*`; unset noglob histchars' --- etc/login.conf Sat Oct 8 21:37:29 2005 +++ etc/login.conf Thu Jun 14 16:09:49 2007 @@ -26,8 +26,8 @@ :passwd_format=md5:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ - :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin ~/bin:\ + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES,EDITOR=/usr/bin/vi,NNTPSERVER=news,CPU=FREEBSD,PAGER=less,LESS=-x8,SM_SAVE_DIR=~/.desk,ENV=~/.bashrc,GTK_RC_FILES=/usr/X11R6/etc/gtkrc:\ + :path=~/bin /usr/contrib/bin /usr/local/bin /usr/X11R6/bin /usr/local/sbin /usr/bin /usr/sbin /bin /sbin /usr/games /usr/local/andrew/bin /usr/local/interviews/bin/FREEBSD:\ :nologin=/var/run/nologin:\ :cputime=unlimited:\ :datasize=unlimited:\ @@ -76,6 +76,8 @@ # Russian Users Accounts. Setup proper environment variables. # russian|Russian Users Accounts:\ + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/vi,FTP_PASSIVE_MODE=YES,NNTPSERVER=news,CPU=FREEBSD,PAGER=less,LESS=-x8,SM_SAVE_DIR=~/.desk,ENV=~/. bashrc,GTK_RC_FILES=/usr/X11R6/etc/gtkrc,LC_ALL=ru_RU.KOI8-R,XRACER_HOME=/usr/local/lib/xracer,TMPDIR=:\ + :passwordtime=90d:\ :charset=KOI8-R:\ :lang=ru_RU.KOI8-R:\ :tc=default: --- etc/sh.shrc +++ etc/sh.shrc @@ -0,0 +1,2 @@ +unset HISTFILE +alias tset='set noglob histchars=""; eval `/usr/bin/tset -s \!*`; unset noglob histchars' --- etc/csh.login Sun Jun 6 15:46:27 2004 +++ etc/csh.login Thu Jun 14 16:22:22 2007 @@ -4,12 +4,19 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K +setenv TMPDIR `/usr/bin/mkinittmpdir` +setenv MANPATH `/usr/bin/manpath` +setenv INFOPATH '/usr/share/info:/usr/local/info:/compat/linux/usr/info' +setenv HTTP_AUTH 'basic:*' +setenv CVSROOT /home/CVShome +setenv FONTSERVER xfs:7100 + # # For the setting of languages and character sets please see # login.conf(5) and in particular the charset and lang options. # For full locales list check /usr/share/locale/* # # Read system messages -# msgs -f +msgs -f # Allow terminal messages -# mesg y +mesg y --- etc/profile Sun Jun 6 15:46:27 2004 +++ etc/profile Thu Jun 14 16:25:02 2007 @@ -5,6 +5,21 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # BLOCKSIZE=K; export BLOCKSIZE + +if [ "${TMPDIR+x}" ]; then + export TMPDIR=`/usr/bin/mkinittmpdir` +# Read system messages + /usr/bin/msgs -f +# Allow terminal messages + /usr/bin/mesg y +fi + +export MANPATH=`/usr/bin/manpath` +export INFOPATH='/usr/share/info:/usr/local/info:/compat/linux/usr/info' +export HTTP_AUTH='basic:*' +export CVSROOT=/home/CVShome +export FONTSERVER=xfs:7100 + # # For the setting of languages and character sets please see # login.conf(5) and in particular the charset and lang options. @@ -13,6 +28,6 @@ # on how to achieve more precise control of locale settings. # # Read system messages -# msgs -f +msgs -f # Allow terminal messages -# mesg y +mesg y --- etc/Makefile Tue Jan 1 00:52:14 2002 +++ etc/Makefile Thu Jun 14 16:26:43 2007 @@ -12,7 +12,7 @@ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ - portsnap.conf pf.conf pf.os phones profile protocols \ + portsnap.conf pf.conf pf.os phones profile protocols tmpdirrc sh.shrc \ rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \ rc.sendmail rc.shutdown \ rc.subr remote rpc services shells \