Hello,

> Also, it's better fit in the 'add-user' procudere, before
> the run of `useradd' command.  And instead of handing
> this particular case, how about create any parent directory
> of HOME?  like:
>
> [...]
>   ;; create the parent directory of HOME.
>   (when home (mkdir-p (dirname home)))
>
>   ;; Use 'useradd' from the Shadow package.
> [...]

This looks like a better idea IMHO (more generic)

-- 
Vincent Legoll

Reply via email to