Skip to content

Commit

Permalink
max fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/lennart/svn/public/pam_dotfile/trunk@18 5391d09e-f7c1-0310-8aa1-84a1c93f5a38
  • Loading branch information
poettering committed Aug 25, 2003
1 parent 92629d8 commit f2a0cbc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

AC_PREREQ(2.57)
AC_INIT([pam_dotfile], [0.6], [mzcnzqbgsvyr@itaparica.org])
AC_INIT([pam_dotfile], [0.7beta], [mzcnzqbgsvyr (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/pam_dotfile.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
AM_MAINTAINER_MODE

AM_DISABLE_STATIC

Expand All @@ -38,6 +37,8 @@ if test "x$GCC" = "xyes" ; then
CFLAGS="$CFLAGS -pipe -Wall"
fi

AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/pam_dotfile/])

CFLAGS="$CFLAGS -L/lib"

# Checks for libraries.
Expand Down
18 changes: 11 additions & 7 deletions doc/README.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<h1><a name="top">pam_dotfile @PACKAGE_VERSION@</a></h1>

<p><i>Copyright 2002,2003 Lennart Poettering &lt;mzcnzqbgsvyr [at] itaparica.org&gt;</i></p>
<p><i>Copyright 2002,2003 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>

<ul class="toc">
<li><a href="#license">License</a></li>
Expand Down Expand Up @@ -42,16 +42,20 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>

<h2><a name="news">News</a></h2>

<div class="news-date">Mon Aug 25 2003: </div> <p class="news-text"><a
href="@PACKAGE_URL@pam_dotfile-0.7.tar.gz">Version
0.7</a> released, changes include: Fixed in conjunction with <tt>exim4</tt>, contact info updated, build system update</p>

<div class="news-date">Mon July 21 2003: </div> <p
class="news-text"><a
href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/pam_dotfile-0.6.tar.gz">Version
href="@PACKAGE_URL@pam_dotfile-0.6.tar.gz">Version
0.6</a> released, changes include: Fix MD5 digest generation. This
breaks compatibility with <tt>pam_dotfile</tt> <= 0.5 unless
<tt>--enable-compat05</tt> is specified at compile time. Minor other
fixes (mostly related to the build system). <b>All users should update.</b></p>

<div class="news-date">Tue July 8 2003: </div> <p class="news-text"><a
href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/pam_dotfile-0.5.tar.gz">Version
href="@PACKAGE_URL@pam_dotfile-0.5.tar.gz">Version
0.5</a> released, changes include: Autoconf support, fixed an important bug regarding a race on child process creation. <b>All users should update.</b></p>

<h2><a name="overview">Overview</a></h2>
Expand Down Expand Up @@ -250,15 +254,15 @@ for <tt>stat_only_home</tt></p>

<h2><a name="download">Download</a></h2>

<p>The newest release is always available from <a href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/">http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/</a></p>
<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>

<p>The current release is <a href="http://www.stud.uni-hamburg.de/~lennart/projects/pam_dotfile/pam_dotfile-@[email protected]">@PACKAGE_VERSION@</a></p>
<p>The current release is <a href="@PACKAGE_URL@pam_dotfile-@[email protected]">@PACKAGE_VERSION@</a></p>

<p>You may find a mostly up to date Debian package of <tt>pam_dotfile</tt> on the <a href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=libpam-dotfile&amp;searchon=names&amp;subword=1&amp;version=all&amp;release=all">Debian package repository</a>.</p>
<p>You may find a mostly up to date Debian package of <tt>pam_dotfile</tt> on the <a href="http://packages.debian.org/libpam-dotfile">Debian package repository</a>.</p>

<hr/>

<address>Lennart Poettering &lt;mzcnzqbgsvyr [at] itaparica.org&gt;, July 2003</address>
<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2003</address>
<div><i>$Id$</i></div>

</body>
Expand Down
4 changes: 2 additions & 2 deletions man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)

pam-dotfile-gen.1: pam-dotfile-gen.1.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@

pam-dotfile-helper.8: pam-dotfile-helper.8.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' --e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@

endif
2 changes: 1 addition & 1 deletion man/pam-dotfile-gen.1.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
at <url href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/> </p>
at <url href="@PACKAGE_URL@"/> </p>
</section>

<section name="Comments">
Expand Down
3 changes: 1 addition & 2 deletions man/pam-dotfile-helper.8.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
at <url
href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/>
at <url href="@PACKAGE_URL@"/>
</p>
</section>

Expand Down

0 comments on commit f2a0cbc

Please sign in to comment.