INN commit: trunk (Makefile.global.in)

INN Commit Russ_Allbery at isc.org
Sun Aug 26 08:40:22 UTC 2007


    Date: Sunday, August 26, 2007 @ 01:40:21
  Author: iulius
Revision: 7660

Do not back up man pages during an update since man complains about
invalid file names:

man: warning: /usr/share/man/man5/newslog.5.OLD: ignoring bogus filename

Modified:
  trunk/Makefile.global.in

--------------------+
 Makefile.global.in |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: Makefile.global.in
===================================================================
--- Makefile.global.in	2007-08-26 08:31:50 UTC (rev 7659)
+++ Makefile.global.in	2007-08-26 08:40:21 UTC (rev 7660)
@@ -280,6 +280,9 @@
 ##  world-readable/world-executable file or PRI for a group-readable/
 ##  group-executable file (only the news group).
 ##
+##  Man pages should not be backed up with an .OLD extension since it causes man
+##  to complain about bogus filenames in MANPATH.
+##
 ##  inews and rnews have their own special installation rules, as do database
 ##  files like active and newsgroups that should have the same permissions as
 ##  article files.
@@ -297,7 +300,7 @@
 CP_XPUB		= $(INSTALL) $(OWNER) -m 0555 -B .OLD
 
 CP_DATA		= $(INSTALL) $(OWNER) -m $(FILEMODE) -B .OLD
-CP_MAN		= $(INSTALL) $(OWNER) -m 0444 -B .OLD
+CP_MAN		= $(INSTALL) $(OWNER) -m 0444
 
 ##  Some additional definitions needed by some versions of make, to ensure a
 ##  consistant set of variables are available.



More information about the inn-committers mailing list