From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add CUPS service.
Date: Thu, 06 Oct 2016 21:59:28 +0200 [thread overview]
Message-ID: <878tu1i6zj.fsf@gnu.org> (raw)
In-Reply-To: <20161006083628.7eff01f1@scratchpost.org> (Danny Milosavljevic's message of "Thu, 6 Oct 2016 08:36:28 +0200")
Danny Milosavljevic <dannym@scratchpost.org> skribis:
>> + (define %cups-accounts
>> + (list (user-group (name "cups") (system? #t))
>> + (user-account
>> + (name "cups")
>> + (group "cups")
>> + (system? #t)
>> + (comment "CUPS print server user")
>> + (home-directory "/var/empty")
>
>> + (shell (file-append shadow "/sbin/nologin")))))
>
> How does this work? shadow is a package and file-append expects a string...
No no, it’s correct. :-)
Ludo’.
next prev parent reply other threads:[~2016-10-06 19:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-05 21:13 [PATCH] gnu: Add CUPS service Andy Wingo
2016-10-06 6:36 ` Danny Milosavljevic
2016-10-06 19:59 ` Ludovic Courtès [this message]
2016-10-06 20:25 ` Ludovic Courtès
2016-10-10 8:15 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878tu1i6zj.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.