auth/cpu hostowner: bootes -> glenda

This commit is contained in:
stanley lieber 2011-06-07 22:26:07 -05:00
parent 0fff50776c
commit 1517e7c621
3 changed files with 7 additions and 12 deletions

View file

@ -9,5 +9,5 @@
# hostid=bootes # hostid=bootes
# uid=!sys uid=!adm uid=* # uid=!sys uid=!adm uid=*
# #
hostid=bootes hostid=glenda
uid=!sys uid=!adm uid=* uid=!sys uid=!adm uid=*

View file

@ -23,12 +23,12 @@ case go
echo echo
echo 'You will be asked to enter an authid, authdom, secstore key,' echo 'You will be asked to enter an authid, authdom, secstore key,'
echo 'and password upon next boot. The authid is the hostowner.' echo 'and password upon next boot. The authid is the hostowner,'
echo 'The authdom is the domain from your network configuration.' echo 'in this case '$user'. The authdom is the domain from your'
echo 'The secstore key and password should be a secret password' echo 'network configuration. The secstore key and password should'
echo 'of eight characters or greater in length. Remember the' echo 'be a secret password of eight characters or greater in length.'
echo 'password, you will need to use it again when creating the' echo 'Remember the password, you will need to use it again when'
echo 'bootes user on the auth server.' echo 'setting the password for '$user' on the auth server.'
echo echo
authsetup=done authsetup=done

View file

@ -102,9 +102,6 @@ case go
echo create /adm/users adm adm 664 echo create /adm/users adm adm 664
echo create /dist sys sys 775 d echo create /dist sys sys 775 d
echo create /usr sys sys 775 d echo create /usr sys sys 775 d
echo newuser adm +bootes
echo newuser sys +bootes
echo newuser upas +bootes
echo newuser $user echo newuser $user
echo newuser adm +$user echo newuser adm +$user
echo newuser sys +$user echo newuser sys +$user
@ -113,8 +110,6 @@ case go
echo cfs other echo cfs other
echo create /dist sys sys 775 d echo create /dist sys sys 775 d
echo create /usr sys sys 775 d echo create /usr sys sys 775 d
echo create /usr/bootes bootes bootes 775 d
echo create /usr/bootes/tmp bootes bootes 750 d
echo create /usr/$user $user $user 775 d echo create /usr/$user $user $user 775 d
echo create /usr/$user/tmp $user $user 750 d echo create /usr/$user/tmp $user $user 750 d
echo cfs main echo cfs main