mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-28 04:03:40 +08:00
Relevant BUGIDs: 126440
Purpose of commit: portability bugfix Commit summary: --------------- Removed non-posix shell command from pam_filter Makefile.
This commit is contained in:
parent
38da6ae394
commit
b3c29ee7cf
@ -35,8 +35,10 @@ Where you should replace XXXXX with a bug-id.
|
||||
0.74: please submit patches for this section with actual code/doc
|
||||
patches!
|
||||
|
||||
* per David Lee, fixed non-POSIX shell command in modules/pam_filter/Makefile
|
||||
(Bug 126440 - vorlon)
|
||||
* modify format of pam_unix log messages to include service name
|
||||
(Bug 126423)
|
||||
(Bug 126423 - vorlon)
|
||||
* prevent pam_unix from logging unknown usernames (Bug 126431 - vorlon)
|
||||
* changed format of pam_unix 'authentication failure' log messages to make
|
||||
them clearer and more consistent (Bug 126036 - vorlon)
|
||||
|
@ -51,7 +51,7 @@ endif
|
||||
all: dirs $(LIBSHARED) $(LIBSTATIC) register filters
|
||||
|
||||
dirs:
|
||||
if [ ! -e include/security ]; then ln -sf . include/security ; fi
|
||||
if [ ! -r include/security ]; then ln -sf . include/security ; fi
|
||||
ifdef DYNAMIC
|
||||
$(MKDIR) ./dynamic
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user