summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:34:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:34:55 +0000
commitbfcbd9e15ffe3ef3a0f346c1aa829b0d3d237615 (patch)
tree5f5daef904d1be75f227b53b601ac0a8dbd0a0b2 /debian
parentUpdating vcs fields. (diff)
downloadbash-bfcbd9e15ffe3ef3a0f346c1aa829b0d3d237615.tar.xz
bash-bfcbd9e15ffe3ef3a0f346c1aa829b0d3d237615.zip
Updating default path.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/progress-linux/0001-default-path.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-default-path.patch b/debian/patches/progress-linux/0001-default-path.patch
new file mode 100644
index 0000000..1a79b0b
--- /dev/null
+++ b/debian/patches/progress-linux/0001-default-path.patch
@@ -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
diff --git a/debian/patches/series b/debian/patches/series
index 151fc2b..3d53bcb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -23,3 +23,4 @@ man-macro-warnings.diff
po-de-fix.diff
man-vx-opts.diff
wait-builtin-avoid-hanging-on-inherited-children.diff
+progress-linux/0001-default-path.patch