]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin...
authormyk%mozilla.org <>
Thu, 1 May 2003 04:23:02 +0000 (04:23 +0000)
committermyk%mozilla.org <>
Thu, 1 May 2003 04:23:02 +0000 (04:23 +0000)
r=gerv
a=myk

config.cgi
template/en/default/config.js.tmpl
template/en/default/config.rdf.tmpl

index 80b64b047845017a5c4a2a58361173fc56875343..d1ad3cdc9487d98b3d1928e5e4e4a75116920b74 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl -w
+#!/usr/bin/perl -wT
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
@@ -30,6 +30,7 @@ use diagnostics;
 use strict;
 
 # Include the Bugzilla CGI and general utility library.
+use lib qw(.);
 require "CGI.pl";
 
 # Connect to the database so we can check whether the user is a member
index 62582f6df66b88f01ae5601f9c8c449ae64ef8da..26d089fd69cf5bfc2f83f395e03b025202077b48 100644 (file)
@@ -22,6 +22,8 @@
 // This file contains the installation specific values for QuickSearch
 // and other Bugzilla clients.  See quicksearch.js for more details.
 //
+// Note: this interface is experimental and under development.
+// We may and probably will make breaking changes to it in the future.
 
 // the global bugzilla url
 var installation = {
index 54308408b773c3bc651483d3a69dd760dc0b475b..6aa51f657026904119a9e94bd91575a3ca4194f2 100644 (file)
@@ -20,6 +20,9 @@
   #%]
 
 <?xml version="1.0"?>
+<!-- Note: this interface is experimental and under development.
+   - We may and probably will make breaking changes to it in the future. -->
+
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:bz="http://www.bugzilla.org/rdf#">