mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-26 16:39:53 +03:00
Updated
git-svn-id: file:///svnroot/pam-modules/trunk@12 56984be4-0537-0410-a56c-fcb268c96130
This commit is contained in:
parent
485f37963d
commit
12638cd77e
3 changed files with 23 additions and 12 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-05-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
|
||||
|
||||
* 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 <gray@Mirddin.farlep.net>
|
||||
|
||||
* Put the two modules in a single packet and imported them
|
||||
|
@ -6,3 +18,9 @@
|
|||
2001-09-22 Sergey Poznyakoff <gray@mirddin.farlep.net>
|
||||
|
||||
First release.
|
||||
|
||||
|
||||
Local Variables:
|
||||
mode: change-log
|
||||
version-control: never
|
||||
End:
|
||||
|
|
6
README
6
README
|
@ -6,9 +6,9 @@ file (or passwd/shadow pair). Options are
|
|||
** debug[=level]
|
||||
Change debugging level (0 <= level <= 100)
|
||||
|
||||
** shadow=<path-to-shadow-file>
|
||||
Set alternative path to shadow file. Default is
|
||||
${sysconfdir}/etc/shadow.
|
||||
** sysconfdir=<path-to-config-directory>
|
||||
Set path to the system configuration directory. Default is
|
||||
${sysconfdir}.
|
||||
|
||||
** use_authtok
|
||||
don't prompt the user for passwords, take them from PAM_
|
||||
|
|
11
autogen.sh
11
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue