--- etc/csh.cshrc +++ etc/csh.cshrc @@ -1,3 +1,6 @@ # $FreeBSD: src/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 +++ etc/login.conf @@ -20,8 +22,8 @@ default:\ :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:\ @@ -69,6 +71,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 +++ etc/csh.login @@ -1,15 +1,18 @@ # $FreeBSD: src/etc/csh.login,v 1.19.2.1 2000/07/31 20:13:26 rwatson Exp $ # # System-wide .login file for csh(1). -# 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 +++ etc/profile @@ -1,11 +1,21 @@ # $FreeBSD: src/etc/profile,v 1.12.2.1 2000/07/31 20:13:26 rwatson Exp $ # # System-wide .profile file for sh(1). -# -# 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. # For full locales list check /usr/share/locale/* --- etc/Makefile +++ etc/Makefile @@ -11,7 +11,7 @@ hosts hosts.allow host.conf hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ motd modems networks newsyslog.conf \ - pam.conf phones printcap profile protocols \ + pam.conf phones printcap profile protocols tmpdirrc sh.shrc \ rc rc.atm rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ rc.network rc.network6 rc.pccard rc.serial rc.shutdown \ rc.syscons rc.sysctl remote rpc security services shells syslog.conf \