|
|
@@ -389,3 +389,24 @@ Index: utils/pluginviewer.c
|
|
|
"\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:
|