]> git.pld-linux.org Git - packages/apache1-mod_frontpage.git/commitdiff
- corrects path do httpd binary,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 16 Apr 2002 12:15:03 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_frontpage-PLD.patch -> 1.1

mod_frontpage-PLD.patch [new file with mode: 0644]

diff --git a/mod_frontpage-PLD.patch b/mod_frontpage-PLD.patch
new file mode 100644 (file)
index 0000000..6c64c2c
--- /dev/null
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   Sun Feb  3 12:20:53 2002
++++ Makefile.PL        Tue Apr 16 09:40:29 2002
+@@ -8,7 +8,7 @@
+ # Modified for the FreeBSD ports system and to work with
+ # FP extensions 5.0 from Martin Blapp <mbr@freebsd.org>
+ #
+-$thechoice="/usr/local/sbin/httpd";
++$thechoice="/usr/sbin/httpd";
+ print "\nLet's see if it's a valid httpd...";
+ $_=`$thechoice -v`;
+ if (/Server version:/) { print " YES!\n"; 
This page took 0.079165 seconds and 4 git commands to generate.