/etc/profile added (the similar stuff like in csh.login)
This commit is contained in:
parent
90bb125d48
commit
045dbe68b0
@ -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
9
etc/profile
Normal 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
|
Loading…
Reference in New Issue
Block a user