GNU bug report logs - #77817
[PATCH] guix-install.sh: fix removal of /etc/profile.d sh file.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 15 Apr 2025 07:46:01 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77817 in the body.
You can then email your comments to 77817 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77817; Package guix-patches. (Tue, 15 Apr 2025 07:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 15 Apr 2025 07:46:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] guix-install.sh: fix removal of /etc/profile.d sh file.
Date: Tue, 15 Apr 2025 09:44:32 +0200
Change-Id: I244d819ada1553c5f050b0a50e19867777152f83
---
 etc/guix-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index b5d833cd64..2944cb97f6 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -879,8 +879,8 @@ sys_maybe_setup_selinux()
 
 sys_delete_init_profile()
 {
-    _msg_info "removing /etc/profile.d/guix.sh"
-    rm -f /etc/profile.d/guix.sh
+    _msg_info "removing /etc/profile.d/zzz-guix.sh"
+    rm -f /etc/profile.d/zzz-guix.sh
 }
 
 sys_delete_user_profiles()

base-commit: 5b13aa9ea4f998f616c5354cae430e15ca60b5cd
-- 
2.49.0





Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Thu, 17 Jul 2025 09:06:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Thu, 17 Jul 2025 09:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 77817-done <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77817-done <at> debbugs.gnu.org
Subject: close
Date: Thu, 17 Jul 2025 11:05:43 +0200
[Message part 1 (text/plain, inline)]
Already merged.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Aug 2025 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.