af1b2fe493
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.
9 lines
140 B
Plaintext
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
|