aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9043e17aed7d..55bf2a94b751 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 000000000000..b1dca9b76fd5
--- /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