Might fix #38
This commit is contained in:
@ -4,4 +4,9 @@ nobase_dist_cant_believe_its_not_man_DATA = \
|
||||
de/man1/pam_panic_pw.1.gz
|
||||
|
||||
%.gz: %
|
||||
gzip -c $< >$@
|
||||
{ ppf=$$(echo "$(PPASSFILE)" | $(SED) 's/\//\\\//g') ; bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g') ; $(SED) "s/__PPASSFILE__/$$ppf/; s/__PAMPANICPW__/$$bdr\/pam_panic\\\\\&.so/" $< >$<.tmp ; }
|
||||
gzip -c $<.tmp >$@
|
||||
|
||||
|
||||
clean-local:
|
||||
rm ./*/*.tmp ./*/*.gz ./*/*/*.tmp ./*/*/*.g
|
||||
|
@ -58,12 +58,12 @@ Die Passwortdatei konnte nicht ge\(:offnet werden\&.
|
||||
|
||||
.SH "DATEIEN"
|
||||
.PP
|
||||
/usr/local/bin/pam_panic_pw
|
||||
__PAMPANICPW__
|
||||
.RS 4
|
||||
Programm zum Setzen und Ver\(:andern der Passw\(:orter\&.
|
||||
.RE
|
||||
.PP
|
||||
/var/lib/pam_panic/auth
|
||||
__PPASSFILE__
|
||||
.RS 4
|
||||
Die Passwortdatei\&.
|
||||
.RE
|
||||
|
@ -58,12 +58,12 @@ Could not open the password file\&.
|
||||
|
||||
.SH "FILES"
|
||||
.PP
|
||||
/usr/local/bin/pam_panic_pw
|
||||
__PAMPANICPW__
|
||||
.RS 4
|
||||
Program to set and change the passwords\&.
|
||||
.RE
|
||||
.PP
|
||||
/var/lib/pam_panic/auth
|
||||
__PPASSFILE__
|
||||
.RS 4
|
||||
The password file\&.
|
||||
.RE
|
||||
|
Reference in New Issue
Block a user