[svn-upgrade] Integrating new upstream version, shadow (20000826)

This commit is contained in:
nekral-guest
2007-10-07 11:44:26 +00:00
parent 5cd76a407a
commit be1f391d2a
41 changed files with 720 additions and 910 deletions

4
configure vendored
View File

@ -723,7 +723,7 @@ fi
PACKAGE=shadow
VERSION=20000902
VERSION=20000826
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@ -2746,7 +2746,7 @@ else
#include "confdefs.h"
#include <pwd.h>
int main() {
struct passwd pw; pw.pw_quota = 0;
struct passwd pw; pw.pw_quota = "";
; return 0; }
EOF
if { (eval echo configure:2753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then