NetBSD/usr.sbin/user/dot.profile
agc af1b2fe493 Add SVR4/Solaris-like useradd/usermod/userdel functionality, and
groupadd/groupmod/groupdel functionality, along with two front-end
utilities, user(8) and group(8).

Based on the addnerd package, but most of the interface has been
completely rewritten, and suggestions from simonb and mrg have been
incorporated.
1999-12-06 21:31:42 +00:00

9 lines
140 B
Plaintext

PATH=/sbin:/usr/sbin:/bin:/usr/bin:.
export PATH
HOME=/root
export HOME
if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
fi