summaryrefslogtreecommitdiff
path: root/backup/flexbackup/files/flexbackup-1.2.1-bash.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:12:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:12:15 +0100
commit3f7826d8856457be233edea5999a25e374f54625 (patch)
tree7b49d251a79cf55d5e29ceb9af99308b5f037628 /backup/flexbackup/files/flexbackup-1.2.1-bash.patch
parent6deea6f9112b20068bdb8e82f049e28508efac83 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'backup/flexbackup/files/flexbackup-1.2.1-bash.patch')
-rw-r--r--backup/flexbackup/files/flexbackup-1.2.1-bash.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/backup/flexbackup/files/flexbackup-1.2.1-bash.patch b/backup/flexbackup/files/flexbackup-1.2.1-bash.patch
new file mode 100644
index 000000000000..a9da86a8e135
--- /dev/null
+++ b/backup/flexbackup/files/flexbackup-1.2.1-bash.patch
@@ -0,0 +1,18 @@
+--- flexbackup 2005-06-16 20:28:04.577086588 -0700
++++ flexbackup 2005-06-16 22:21:14.787322560 -0700
+@@ -5396,10 +5396,10 @@
+ my $shell = $1;
+ my $ver = $2;
+ if ($shell eq 'bash') {
+- if ($ver =~ m/^2/) {
+- $::shelltype{$host} = 'bash2';
+- } else {
++ if ($ver =~ m/^1/) {
+ $::shelltype{$host} = 'bash1';
++ } else {
++ $::shelltype{$host} = 'bash2';
+ }
+ } else {
+ $::shelltype{$host} = $shell;
+
+