all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: Andy Wingo <wingo@igalia.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add CUPS service.
Date: Thu, 6 Oct 2016 08:36:28 +0200	[thread overview]
Message-ID: <20161006083628.7eff01f1@scratchpost.org> (raw)
In-Reply-To: <20161005211322.26616-1-wingo@igalia.com>

Hi,

nice!

> +  (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...

> ;; FIXME!

Hmm :)

  reply	other threads:[~2016-10-06  6:36 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 [this message]
2016-10-06 19:59   ` Ludovic Courtès
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=20161006083628.7eff01f1@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    --cc=wingo@igalia.com \
    /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.