]> git.pld-linux.org Git - packages/apache-mod_auth_shadow.git/commitdiff
- path to sbin
authormisi3k <misi3k@pld-linux.org>
Thu, 15 May 2003 09:27:10 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth-shadow-path.patch -> 1.1

apache-mod_auth-shadow-path.patch [new file with mode: 0644]

diff --git a/apache-mod_auth-shadow-path.patch b/apache-mod_auth-shadow-path.patch
new file mode 100644 (file)
index 0000000..9c3b845
--- /dev/null
@@ -0,0 +1,20 @@
+--- mod_auth_shadow-1.3/mod_auth_shadow.c.orig Tue Nov  7 18:46:08 2000
++++ mod_auth_shadow-1.3/mod_auth_shadow.c      Wed May 14 21:55:36 2003
+@@ -31,15 +31,11 @@
+ static char* module_name = "mod_auth_shadow";
+-#ifndef INSTBINDIR
+-<><><><><><>Crash and burn<><><><><>
+-(This should be defined in the makefile,
+- as the location of the 'validate' executable.)
+-#endif
+-
+ /* do not accept empty "" strings */
+ #define strtrue(s) (s && *s)
++#define INSTBINDIR    "/usr/sbin"
++
+ /* 
+  * configure like so:
+  * 
This page took 0.081206 seconds and 4 git commands to generate.