Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv29910
Modified Files:
pwauth
Log Message:
make sure pwauth can run as any user
Index: pwauth
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/pwauth,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pwauth 5 May 2012 14:32:24 -0000 1.2
+++ pwauth 6 May 2012 13:40:07 -0000 1.3
@@ -19,7 +19,8 @@
case $1 in
build )
if [ "$CONFIG_HTTPD" = "y" ]; then
- replace_str config.h '^#define SHADOW_SUN' '/* #define SHADOW_SUN'
+ replace_str config.h '^#define SHADOW_SUN' '/\* #define SHADOW_SUN'
+ replace_str config.h '^#define SERVER_UIDS' '/\* #define SERVER_UIDS'
#replace_str config.h '^/\* #define SHADOW_NONE' '#define SHADOW_NONE'
replace_str config.h '^/\* #define PAM\s' '#define PAM '
make LIB="-lcrypt -lpam" || exit 1
|