/etc/profile added (the similar stuff like in csh.login)

This commit is contained in:
Andrey A. Chernov 1994-09-28 13:33:01 +00:00
parent 90bb125d48
commit 045dbe68b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3161
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.84 1994/09/23 06:15:19 rgrimes Exp $
# $Id: Makefile,v 1.85 1994/09/23 06:21:13 rgrimes Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@ -8,7 +8,7 @@ BINGRP= wheel
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf login.access motd myname netstart \
networks phones printcap protocols rc rc.local remote \
networks phones printcap profile protocols rc rc.local remote \
security services shells skey.access \
syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \

9
etc/profile Normal file
View File

@ -0,0 +1,9 @@
# 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
# Uncomment this line if you want to setup your 8-bit locale at program
# startup automatically
# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE
# Uncomment this line to activate russian locale
# LANG=ru_SU.KOI8-R; export LANG