diff options
Diffstat (limited to 'devel/p4db/files/patch-P4CGI.pm')
-rw-r--r-- | devel/p4db/files/patch-P4CGI.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p4db/files/patch-P4CGI.pm b/devel/p4db/files/patch-P4CGI.pm new file mode 100644 index 000000000000..70bd6c6c20d4 --- /dev/null +++ b/devel/p4db/files/patch-P4CGI.pm @@ -0,0 +1,11 @@ +--- www/P4CGI.pm.orig Wed Dec 13 08:30:28 2000 ++++ www/P4CGI.pm Sun Sep 2 04:17:42 2001 +@@ -13,7 +13,7 @@ + + sub ConfigFileName() + { +- return "./P4DB.conf" ; # Change here to rename configuration file ++ return "../P4DB.conf" ; # Change here to rename configuration file + } + + use CGI ; |