1
0
Fork 0

Updating default path.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 06:51:24 +02:00
parent 164c49042c
commit 589ff15434
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Updating default path.
diff -Naurp bash.orig/config-top.h bash/config-top.h
--- bash.orig/config-top.h
+++ bash/config-top.h
@@ -63,7 +63,7 @@
/* The default value of the PATH variable. */
#ifndef DEFAULT_PATH_VALUE
#define DEFAULT_PATH_VALUE \
- "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:."
#endif
/* If you want to unconditionally set a value for PATH in every restricted

View file

@ -18,3 +18,4 @@ use-system-texi2html.diff
man-macro-warnings.diff
man-vx-opts.diff
fix-rl_do_undo-crash.diff
progress-linux/0001-default-path.patch