diff --git a/ChangeLog b/ChangeLog index be43646..813cab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-05-27 Sergey Poznyakoff + + * INSTALL: Removed + * Makefile.in: Removed + * pam_fshadow/Makefile.in: Removed + * pam_regex/Makefile.in: Removed + * .cvsignore: New file + * pam_fshadow/.cvsignore: New file + * pam_regex/.cvsignore: New file + * pam_fshadow/pam_fshadow.c: Minor fixes. + * README: Updated + 2004-02-09 Sergey Poznyakoff * Put the two modules in a single packet and imported them @@ -6,3 +18,9 @@ 2001-09-22 Sergey Poznyakoff First release. + + +Local Variables: +mode: change-log +version-control: never +End: diff --git a/README b/README index fdbd9d8..516a87c 100644 --- a/README +++ b/README @@ -6,9 +6,9 @@ file (or passwd/shadow pair). Options are ** debug[=level] Change debugging level (0 <= level <= 100) -** shadow= - Set alternative path to shadow file. Default is - ${sysconfdir}/etc/shadow. +** sysconfdir= + Set path to the system configuration directory. Default is + ${sysconfdir}. ** use_authtok don't prompt the user for passwords, take them from PAM_ diff --git a/autogen.sh b/autogen.sh index 1b8015d..b64abec 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,4 @@ #! /bin/sh -if [ ! -d scripts ]; then - mkdir scripts -fi -aclocal && - libtoolize --automake -c && - autoheader && - automake -a -c && - autoconf - +test -d scripts ] || mkdir scripts +autoreconf -f -i -s