summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-28 13:33:01 +0000
committerache <ache@FreeBSD.org>1994-09-28 13:33:01 +0000
commit5b155b93124237facd84c3adb4404a726727acda (patch)
treee8dd6e69ea8c2413d12f0ab16ff4f4398d197bc5 /etc
parent1c08f6b62daccc398695b9989ee0873e001b6df0 (diff)
downloadFreeBSD-src-5b155b93124237facd84c3adb4404a726727acda.zip
FreeBSD-src-5b155b93124237facd84c3adb4404a726727acda.tar.gz
/etc/profile added (the similar stuff like in csh.login)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/profile9
2 files changed, 11 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9043e17..55bf2a9 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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 \
diff --git a/etc/profile b/etc/profile
new file mode 100644
index 0000000..b1dca9b
--- /dev/null
+++ b/etc/profile
@@ -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
OpenPOWER on IntegriCloud