]> git.pld-linux.org Git - packages/apache-mod_auth_shadow.git/blame - apache-mod_auth-shadow-path.patch
- unified files
[packages/apache-mod_auth_shadow.git] / apache-mod_auth-shadow-path.patch
CommitLineData
7cf2727d 1--- mod_auth_shadow-1.3/mod_auth_shadow.c.orig Tue Nov 7 18:46:08 2000
2+++ mod_auth_shadow-1.3/mod_auth_shadow.c Wed May 14 21:55:36 2003
3@@ -31,15 +31,11 @@
4
5 static char* module_name = "mod_auth_shadow";
6
7-#ifndef INSTBINDIR
8-<><><><><><>Crash and burn<><><><><>
9-(This should be defined in the makefile,
10- as the location of the 'validate' executable.)
11-#endif
12-
13 /* do not accept empty "" strings */
14 #define strtrue(s) (s && *s)
15
16+#define INSTBINDIR "/usr/sbin"
17+
18 /*
19 * configure like so:
20 *
This page took 0.021201 seconds and 4 git commands to generate.