OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 12-Apr-2007 16:26:02 Branch: HEAD Handle: 2007041215260200 Modified files: openpkg-src/sasl sasl.patch Log: install the real man page instead a doc-type version of it Summary: Revision Changes Path 1.22 +21 -0 openpkg-src/sasl/sasl.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sasl/sasl.patch ============================================================================ $ cvs diff -u -r1.21 -r1.22 sasl.patch --- openpkg-src/sasl/sasl.patch 12 Apr 2007 13:09:15 -0000 1.21 +++ openpkg-src/sasl/sasl.patch 12 Apr 2007 14:26:02 -0000 1.22 @@ -389,3 +389,24 @@ "\t-b ...\t#bits to use for encryption\n" "\t\tmin=N\tminumum #bits to use (1 => integrity)\n" "\t\tmax=N\tmaximum #bits to use\n" +Index: saslauthd/Makefile.am +--- saslauthd/Makefile.am.orig 2006-05-17 18:46:17 +0200 ++++ saslauthd/Makefile.am 2007-04-12 16:21:24 +0200 +@@ -36,4 +36,4 @@ + + install-data-local: saslauthd.8 + $(mkinstalldirs) $(DESTDIR)$(mandir)/man8 +- $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8 ++ $(INSTALL_DATA) $(srcdir)/saslauthd.mdoc $(DESTDIR)$(mandir)/man8/saslauthd.8 +Index: saslauthd/Makefile.in +--- saslauthd/Makefile.in.orig 2006-05-18 21:30:21 +0200 ++++ saslauthd/Makefile.in 2007-04-12 16:21:09 +0200 +@@ -621,7 +621,7 @@ + + install-data-local: saslauthd.8 + $(mkinstalldirs) $(DESTDIR)$(mandir)/man8 +- $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8 ++ $(INSTALL_DATA) $(srcdir)/saslauthd.mdoc $(DESTDIR)$(mandir)/man8/saslauthd.8 + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [EMAIL PROTECTED]