diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:40:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:40:17 +0000 |
commit | 0724ec2e6c9f3697a31b69069dbbf5ff224c810f (patch) | |
tree | 96a350e1d50e124f72743aec1de61810e6a9df9f /debian/patches | |
parent | Updating vcs fields. (diff) | |
download | bash-0724ec2e6c9f3697a31b69069dbbf5ff224c810f.tar.xz bash-0724ec2e6c9f3697a31b69069dbbf5ff224c810f.zip |
Updating default path.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/progress-linux/0001-default-path.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 79c2dee..ba2a673 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -33,3 +33,4 @@ use-system-texi2html.diff man-macro-warnings.diff man-vx-opts.diff bash-musl.diff +progress-linux/0001-default-path.patch |