all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Winter Hound <winterhound@yandex.com>
To: "47923@debbugs.gnu.org" <47923@debbugs.gnu.org>
Subject: [bug#47923] gnu: Add daemonize.
Date: Wed, 21 Apr 2021 11:51:06 +0530	[thread overview]
Message-ID: <546401618986027@mail.yandex.com> (raw)
In-Reply-To: <2832341618952534@mail.yandex.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-daemonize.patch --]
[-- Type: text/x-diff; name="0001-gnu-Add-daemonize.patch", Size: 1342 bytes --]

From efa01c6dd1ba1f29189608feab0c6ae20ef806ec Mon Sep 17 00:00:00 2001
From: WinterHound <winterhound@yandex.com>
Date: Wed, 21 Apr 2021 11:41:20 +0530
Subject: [PATCH] gnu: Add daemonize.

---
 gnu/packages/admin.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f96f662562..809a6978ca 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
 ;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
+;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -484,13 +485,7 @@ services.")
         (base32 "0w4g0iyssyw7dd0061881z8s5czcl01mz6v00znax57zfxjqpvnm"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-makefile
-           (lambda _
-             (substitute* "Makefile.in"
-               (("/sbin") "/bin")) #t)))))
+     `(#:tests? #f)) ;; No tests available.
     (synopsis "Command line utility to run a program as a Unix daemon")
     (description
      "daemonize runs a command as a Unix daemon.
-- 
2.31.1


  parent reply	other threads:[~2021-04-21  6:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 21:07 [bug#47923] gnu: Add daemonize Winter Hound
2021-04-21  1:05 ` Leo Famulari
2021-04-21  5:17   ` Winter Hound
2021-04-21  5:18   ` Winter Hound
2021-04-21  6:21 ` Winter Hound [this message]
2021-04-22  8:37 ` bug#47923: " Ricardo Wurmus

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=546401618986027@mail.yandex.com \
    --to=winterhound@yandex.com \
    --cc=47923@debbugs.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.