create-user: Fix idempotency issue at end of file
authorbigmike160 <bigmike160>
Sun, 7 Oct 2007 16:35:10 +0000 (16:35 +0000)
committerbigmike160 <bigmike160>
Sun, 7 Oct 2007 16:35:10 +0000 (16:35 +0000)
commitb7b1cdff58b26cd7bef09bb781e18c2af6176ae3
tree49b66cc5467f02815bf76e8e49b671b2a019b51a
parent6b6c39d071732804fcad8252ef19b65140f5b7cd
create-user: Fix idempotency issue at end of file

 - Call chown after every mkdir.
 - Standardize on lack of trailing slash in mkdir and chown calls.
 - Specify both user and group on every chown call.
 - Separate and comment some long stanzas.
 - Remove chown -R and FIXME at end.
create-user