Bug 314591: remove references to /usr/bonsaitools/bin

r=timeless


git-svn-id: svn://10.0.0.236/trunk@187556 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%bugzilla.org 2006-01-13 16:57:25 +00:00
parent ba6e003062
commit 0d1a7087ef
43 changed files with 43 additions and 44 deletions

View File

@ -103,8 +103,7 @@ install: all
-mkdir -p $(PREFIX)
@for I in $(FILES); do \
echo Installing $$I && \
sed -e s#/usr/bonsaitools/bin/perl#$(PERL)#g \
-e s#/tools/ns/bin/perl5#$(PERL)#g \
sed -e s#/usr/bin/perl#$(PERL)#g \
$$I > $(PREFIX)/$$I && \
chmod 755 $(PREFIX)/$$I; done
-mkdir -p $(PREFIX)/data && chmod 755 $(PREFIX)/data

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl
#!/usr/bin/perl
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# cvsblame.cgi -- cvsblame with logs as popups and allowing html in comments.
# -*- Mode: perl; indent-tabs-mode: nil -*-

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# cvsgraph.cgi -- a graph of all branchs, tags, etc.
# -*- Mode: perl; indent-tabs-mode: nil -*-

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
# cvsview.cgi - fake up some HTML based on RCS logs and diffs
#

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#! /tools/ns/bin/perl5
#! /usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl --
#!/usr/bin/perl --
# -*- Mode: perl; indent-tabs-mode: nil -*-
require 'utils.pl';

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -wT
#!/usr/bin/perl -wT
if (!defined $ARGV[0]) {
print "Usage: trapdoor PASSWORD\n";
exit 2;

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public

View File

@ -1,4 +1,4 @@
#!/usr/bonsaitools/bin/perl -w
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Netscape Public