unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 74769e425740addbc16352cc5eb307730dc30d10 993 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
From cbb9c769316b4d32956a2c78aa01a38b473f0cfc Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Fri, 30 Oct 2015 08:30:43 -0400
Subject: [PATCH] xflock4: Do not override PATH with hardcoded value.

The PATH "/bin:/usr/bin" may not be a valid search path on the user's
machine.  The screen locking program may be in /usr/local/bin or
elsewhere.  Distros that do not conform to the FHS, such as GuixSD and
NixOS, will not have their executables in either location.  Thus, we
simply leave PATH alone.
---
 scripts/xflock4 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scripts/xflock4 b/scripts/xflock4
index ec4d05d..e7981ac 100644
--- a/scripts/xflock4
+++ b/scripts/xflock4
@@ -21,9 +21,6 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 
-PATH=/bin:/usr/bin
-export PATH
-
 # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
 for lock_cmd in \
     "xscreensaver-command -lock" \
-- 
2.5.0


debug log:

solving 74769e4257 ...
found 74769e4257 in https://git.savannah.gnu.org/cgit/guix.git

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).