mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
451e159fb7
of the util shipped with GNO v2.0.4.
10 lines
342 B
Plaintext
10 lines
342 B
Plaintext
echo "Moving files to appropriate places..."
|
|
echo
|
|
mv -vi newuser /usr/sbin
|
|
mv -vi newuserv /usr/sbin
|
|
mv -vi newuser.1 /usr/man/man1/
|
|
echo
|
|
echo "Make sure the directory /var/adm/newuser exists, and has as"
|
|
echo "template 'gshrc' file in it. Also required in that directory"
|
|
echo "is the 'newid' file, which holds the next available userid."
|