NetBSD/etc/root/dot.profile
mlelstv 9da4c9a5be tset was useful for fixed terminals and rarely changing configurations.
But for current software terminal emulators and varying network
logins it's just confusing.

No longer run tset when logging in.

ok @martin
2016-03-08 09:51:15 +00:00

24 lines
778 B
Plaintext

# $NetBSD: dot.profile,v 1.28 2016/03/08 09:51:15 mlelstv Exp $
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
# Uncomment the following line(s) to install binary packages
# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf)
#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/7.0/All
#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All"
export BLOCKSIZE=1k
export HOST="$(hostname)"
umask 022
#ulimit -c 0
export ENV=/root/.shrc
# Do not display in 'su -' case
if [ -z "$SU_FROM" ]; then
echo "We recommend that you create a non-root account and use su(1) for root access."
fi