]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 21 Jun 2006 06:35:25 +0000 (06:35 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 21 Jun 2006 06:35:25 +0000 (06:35 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2006-06-21  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_selinux/Makefile.am: Fix "make dist" if libselinux
        is not installed.

        * modules/pam_issue/pam_issue.8.xml: Fix listing of escapes.
        * modules/pam_issue/pam_issue.8: Regenerate.

ChangeLog
modules/pam_issue/pam_issue.8
modules/pam_issue/pam_issue.8.xml
modules/pam_selinux/Makefile.am

index 8aedc2b022ec951c52243f8e8b52b35243383d2c..ae457a2056c6d74814e5ff0cdf915e7090a60093 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-21  Thorsten Kukuk  <kukuk@thkukuk.de>
+
+       * modules/pam_selinux/Makefile.am: Fix "make dist" if libselinux
+       is not installed.
+
+       * modules/pam_issue/pam_issue.8.xml: Fix listing of escapes.
+       * modules/pam_issue/pam_issue.8: Regenerate.
+
 2006-06-20  Thorsten Kukuk  <kukuk@thkukuk.de>
 
        * configure.in: Remove unused check for libcap.
index 90981a2d1efbc395d1f98768f70476fdb08a5ae4..011a5e9137b7b1d1636088efbb94e02fc8ee512d 100644 (file)
@@ -1,11 +1,11 @@
 .\"     Title: pam_issue
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\"      Date: 06/09/2006
+.\"      Date: 06/17/2006
 .\"    Manual: Linux\-PAM Manual
 .\"    Source: Linux\-PAM Manual
 .\"
-.TH "PAM_ISSUE" "8" "06/09/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_ISSUE" "8" "06/17/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -30,7 +30,7 @@ name of this tty
 \fB\\m\fR
 machine architecture (uname \-m)
 .TP 3n
-\fB\n\fR
+\fB\\n\fR
 machine's network node hostname (uname \-n)
 .TP 3n
 \fB\\o\fR
index 815b0756775593d49b4cc32f82ef493a2b0c1468..fd0d06ae7519d83d2c5ea49e51cedfa043702aa1 100644 (file)
@@ -39,7 +39,7 @@
     <para>
       Recognized escapes:
     </para>
-    <variablelist remap='IP'>
+    <variablelist>
       <varlistentry>
         <term><emphasis remap='B'>&bsol;d</emphasis></term>
         <listitem>
index 4b8e5251452d12a3f79d0e9bc51579ed7e381713..b28ded35b8908a687e3d1233e87fd557dd47d00c 100644 (file)
@@ -4,14 +4,16 @@
 
 CLEANFILES = *~
 
-EXTRA_DIST = README ${MANS} $(XMLS) pam_selinux_check.8 tst-pam_selinux
+EXTRA_DIST = README $(XMLS) pam_selinux.8 pam_selinux_check.8 \
+               tst-pam_selinux
 
 if HAVE_LIBSELINUX
   TESTS = tst-pam_selinux
   man_MANS = pam_selinux.8 
-  XMLS = README.xml pam_selinux.8.xml
 endif
 
+XMLS = README.xml pam_selinux.8.xml
+
 securelibdir = $(SECUREDIR)
 secureconfdir = $(SCONFIGDIR)