]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/search.cgi
add hack to work on bugs-search.debian.org
[debbugs.git] / cgi / search.cgi
index b992848c152f1de25ff0efa685217fad31387958..275be8ab3f232e87b162135b6f9d515036eccd20 100755 (executable)
@@ -3,9 +3,9 @@
 use warnings;
 use strict;
 
-# Hack to work on merkel where suexec is in place
+# Hack to work on bugs-search.debian.org
 BEGIN{
-     if ($ENV{HTTP_HOST} eq 'glinka.debian.org') {
+     if ($ENV{HTTP_HOST} eq 'bugs-search.debian.org') {
          unshift @INC, qw(/srv/bugs.debian.org/source/debian/);
          $ENV{DEBBUGS_CONFIG_FILE}="/srv/bugs.debian.org/etc/config";
      }