unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts.
@ 2021-03-26  8:05 zimoun
  2021-03-30  7:31 ` bug#47407: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2021-03-26  8:05 UTC (permalink / raw)
  To: 47407; +Cc: zimoun

Fixes <https://bugs.gnu.org/46871>.

* gnu/packages/package-management.scm (guix): [arguments]: Fix openrc init.
* nix/local.mk: Likewise.
---

Hi,

The patch is tested using:

        $ ls $(./pre-inst-env guix build guix \
                   --with-git-url=guix=$(pwd) \
                   --with-commit=guix=028e6859ec)/etc/openrc

where 028e6859ec is my commit-hash after this patch applied.

Then openrc appears under the expected location.

Thanks,
simon

 gnu/packages/package-management.scm | 2 +-
 nix/local.mk                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 888f54322d..e63f07c844 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -212,7 +212,7 @@ $(prefix)/etc/init.d\n")))
                         (substitute* "nix/local.mk"
                           (("^openrcservicedir = .*$")
                            (string-append "openrcservicedir = \
-$(prefix)/etc/init.d\n")))
+$(prefix)/etc/openrc\n")))
 
                         (invoke "sh" "bootstrap")))
                     (add-before 'build 'use-host-compressors
diff --git a/nix/local.mk b/nix/local.mk
index d2ce349d9c..7c438ea78c 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -181,7 +181,7 @@ etc/init.d/guix-daemon: etc/init.d/guix-daemon.in	\
 	mv "$@.tmp" "$@"
 
 # The service script for openrc.
-openrcservicedir = $(sysconfdir)/init.d
+openrcservicedir = $(sysconfdir)/openrc
 nodist_openrcservice_DATA = etc/openrc/guix-daemon
 
 etc/openrc/guix-daemon: etc/openrc/guix-daemon.in	\

base-commit: 6e7ba45357078b31a369b23f8a9f38302dfcbb10
-- 
2.30.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#47407: [PATCH] gnu: guix: Fix openrc init scripts.
  2021-03-26  8:05 [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts zimoun
@ 2021-03-30  7:31 ` Efraim Flashner
  2021-03-30  8:24   ` [bug#47407] " zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2021-03-30  7:31 UTC (permalink / raw)
  To: zimoun; +Cc: 46871-done, 47407-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts.
  2021-03-30  7:31 ` bug#47407: " Efraim Flashner
@ 2021-03-30  8:24   ` zimoun
  0 siblings, 0 replies; 3+ messages in thread
From: zimoun @ 2021-03-30  8:24 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 46871-done, 47407-done

Hi Efraim,

On Tue, 30 Mar 2021 at 09:32, Efraim Flashner <efraim@flashner.co.il> wrote:
>
> Thanks. Patch pushed.

Thanks.  Cheers,
simon




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-30  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  8:05 [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts zimoun
2021-03-30  7:31 ` bug#47407: " Efraim Flashner
2021-03-30  8:24   ` [bug#47407] " zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).