File: debian-perl-path.patch

package info (click to toggle)
libapache-dbi-perl 1.07-1%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 39
  • sloc: perl: 1,095; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
--- libapache-dbi-perl.orig/eg/startup.pl
+++ libapache-dbi-perl/eg/startup.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 # to load this file when the server starts, add this to httpd.conf:
 # PerlRequire /path/to/startup.pl