aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysgather/files/patch-sysgather.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sysgather/files/patch-sysgather.pl')
-rw-r--r--sysutils/sysgather/files/patch-sysgather.pl40
1 files changed, 0 insertions, 40 deletions
diff --git a/sysutils/sysgather/files/patch-sysgather.pl b/sysutils/sysgather/files/patch-sysgather.pl
deleted file mode 100644
index eb292e4f01b8..000000000000
--- a/sysutils/sysgather/files/patch-sysgather.pl
+++ /dev/null
@@ -1,40 +0,0 @@
-Index: sysgather.pl
-===================================================================
---- sysgather.pl (revision 217)
-+++ sysgather.pl (revision 219)
-@@ -211,7 +211,7 @@
- die "No base directory $g->{basedir} for $pkg\n";
- }
- if (! -d $g->{'confdir'}) {
-- mkdir $g->{'confdir'} or
-+ mkdir $g->{'confdir'}, 0777 or
- die "Could not create $g->{confdir}: $!\n";
- }
-
-@@ -269,7 +269,7 @@
- die "No source directory $g->{srcdir} for $pkg\n";
- }
- if (! -d $g->{'confdir'}) {
-- mkdir $g->{'confdir'} or
-+ mkdir $g->{'confdir'}, 0777 or
- die "Could not create $g->{confdir}: $!\n";
- }
-
-@@ -325,7 +325,7 @@
- die "No base directory $g->{basedir} for $pkg\n";
- }
- if (! -d $g->{'confdir'}) {
-- mkdir $g->{'confdir'} or
-+ mkdir $g->{'confdir'}, 0777 or
- die "Could not create $g->{confdir}: $!\n";
- }
-
-@@ -457,7 +457,7 @@
- die "No source directory $g->{srcdir} for $pkg\n";
- }
- if (! -d $g->{'confdir'}) {
-- mkdir $g->{'confdir'} or
-+ mkdir $g->{'confdir'}, 0777 or
- die "Could not create $g->{confdir}: $!\n";
- }
-