guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.


From: Vincent Legoll
Subject: Re: [PATCH 2/9] activation: Allow /var/lib to be a home directory.
Date: Fri, 2 Sep 2016 17:31:36 +0200

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

[Prev in Thread] Current Thread [Next in Thread]