aboutsummaryrefslogtreecommitdiff
path: root/japanese/bugzilla3/files
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/bugzilla3/files')
-rw-r--r--japanese/bugzilla3/files/patch-checksetup.pl11
-rw-r--r--japanese/bugzilla3/files/patch-runtests.sh8
-rw-r--r--japanese/bugzilla3/files/patch-t-002goodperl.t11
3 files changed, 0 insertions, 30 deletions
diff --git a/japanese/bugzilla3/files/patch-checksetup.pl b/japanese/bugzilla3/files/patch-checksetup.pl
deleted file mode 100644
index a038caf18402..000000000000
--- a/japanese/bugzilla3/files/patch-checksetup.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- checksetup.pl~ Fri Apr 16 02:48:51 2004
-+++ checksetup.pl Thu Jul 15 23:37:09 2004
-@@ -399,7 +399,7 @@
- # and you cannot set this up any other way. YOU HAVE BEEN WARNED.
- # If you set this to anything besides "", you will need to run checksetup.pl
- # as root, or as a user who is a member of the specified group.
--$webservergroup = "apache";
-+$webservergroup = "www";
- ');
-
-
diff --git a/japanese/bugzilla3/files/patch-runtests.sh b/japanese/bugzilla3/files/patch-runtests.sh
deleted file mode 100644
index 5ccf3dbeeef0..000000000000
--- a/japanese/bugzilla3/files/patch-runtests.sh
+++ /dev/null
@@ -1,8 +0,0 @@
---- runtests.sh~ Tue Jan 8 12:58:39 2002
-+++ runtests.sh Tue Jan 8 12:58:47 2002
-@@ -9,4 +9,4 @@
- fi
- done
-
--/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
-+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
diff --git a/japanese/bugzilla3/files/patch-t-002goodperl.t b/japanese/bugzilla3/files/patch-t-002goodperl.t
deleted file mode 100644
index cf9fe9e930ce..000000000000
--- a/japanese/bugzilla3/files/patch-t-002goodperl.t
+++ /dev/null
@@ -1,11 +0,0 @@
---- t/002goodperl.t~ Mon Feb 3 20:29:23 2003
-+++ t/002goodperl.t Mon Feb 3 20:29:37 2003
-@@ -60,7 +60,7 @@
- $file =~ m/.*\.(.*)/;
- my $ext = $1;
-
-- if ($file_line1 !~ /\/usr\/bonsaitools\/bin\/perl/) {
-+ if ($file_line1 !~ /\/usr\/bin\/perl/) {
- ok(1,"$file does not have a shebang");
- } else {
- my $flags;