pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(bugzilla) Move lines from MESSAGE to bugzilla.conf



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Feb 11 14:36:54 2017 +0900
Changeset:	5005f76dccb56d2680b781d14e21189cc659bedb

Modified Files:
	bugzilla/MESSAGE
	bugzilla/files/bugzilla.conf

Log Message:
(bugzilla) Move lines from MESSAGE to bugzilla.conf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5005f76dccb56d2680b781d14e21189cc659bedb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bugzilla/MESSAGE             | 1 -
 bugzilla/files/bugzilla.conf | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bugzilla/MESSAGE b/bugzilla/MESSAGE
index 6d23f1441b..bc42857c39 100644
--- a/bugzilla/MESSAGE
+++ b/bugzilla/MESSAGE
@@ -13,7 +13,6 @@ privilege,
 You will need to make Bugzilla accessible through your HTTP server.
 If you are running Apache then you may add the following lines to httpd.conf:
 
-	DirectoryIndex index.cgi index.html
 	Include ${PKG_SYSCONFDIR}/bugzilla.conf
 
 to make Bugzilla accessible through:
diff --git a/bugzilla/files/bugzilla.conf b/bugzilla/files/bugzilla.conf
index ef07221cc5..6203370294 100644
--- a/bugzilla/files/bugzilla.conf
+++ b/bugzilla/files/bugzilla.conf
@@ -10,6 +10,7 @@
     AddHandler cgi-script .cgi
     Options +ExecCGI
     AllowOverride Limit
+    DirectoryIndex index.cgi index.html
     Order allow,deny
     Allow from all
 </Directory>


Home | Main Index | Thread Index | Old Index