From 6e99aa00d23a68650fdd4fae01aab812dcfe10eb Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 22 Sep 2004 09:37:46 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: Add rest of Steve Grubb's resource leak and other fixes --- doc/Makefile | 4 +++- doc/pam_appl.sgml | 7 +------ 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 081864ac..b7475694 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -152,7 +152,9 @@ spec: specs/draft-morgan-pam.raw specs/formatter/padout < specs/draft-morgan-pam.raw > specs/draft-morgan-pam-current.txt releasedocs: all spec - tar zvfc Linux-PAM-$(MAJOR_REL).$(MINOR_REL)-docs.tar.gz --exclude CVS html ps txts specs/draft-morgan-pam-current.txt + tar zvfc Linux-PAM-$(MAJOR_REL).$(MINOR_REL)-docs.tar.gz \ + --exclude CVS --exclude .cvsignore --exclude '.#*' \ + html ps txts specs/draft-morgan-pam-current.txt clean: rm -f *~ *.bak diff --git a/doc/pam_appl.sgml b/doc/pam_appl.sgml index 85a878a0..87cb83f1 100644 --- a/doc/pam_appl.sgml +++ b/doc/pam_appl.sgml @@ -442,12 +442,7 @@ However, the application should expect one of the following errors:

-Note, in the case of an error, the contents of Understanding errors