Hi again, I was wondering why the saslauthd man page gets installed in $(mandir)/cat8. On my system, it is the only man page in this location. The attached diff changes this location to the more standard man8. -- Dan
Index: saslauthd/Makefile.am =================================================================== RCS file: /cvs/src/sasl/saslauthd/Makefile.am,v retrieving revision 1.40 diff -p -u -r1.40 Makefile.am --- saslauthd/Makefile.am 19 Apr 2006 13:31:20 -0000 1.40 +++ saslauthd/Makefile.am 20 Apr 2006 22:54:48 -0000 @@ -35,5 +35,5 @@ saslauthd.8: saslauthd.mdoc nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8 install-data-local: saslauthd.8 - $(mkinstalldirs) $(DESTDIR)$(mandir)/cat8 + $(mkinstalldirs) $(DESTDIR)$(mandir)/man8 $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/cat8/saslauthd.8