Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 02:01:37 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r255606 - stable/9/share/man/man5
Message-ID:  <201309160201.r8G21bul005604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Sep 16 02:01:36 2013
New Revision: 255606
URL: http://svnweb.freebsd.org/changeset/base/255606

Log:
  MFC r255505:
    Do not install freebsd-update.conf.5 manual if WITHOUT_FREEBSD_UPDATE
    is set.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/share/man/man5/Makefile
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/9/share/man/man5/Makefile
==============================================================================
--- stable/9/share/man/man5/Makefile	Mon Sep 16 00:06:54 2013	(r255605)
+++ stable/9/share/man/man5/Makefile	Mon Sep 16 02:01:36 2013	(r255606)
@@ -25,7 +25,6 @@ MAN=	acct.5 \
 	fbtab.5 \
 	fdescfs.5 \
 	forward.5 \
-	freebsd-update.conf.5 \
 	fs.5 \
 	fstab.5 \
 	group.5 \
@@ -80,6 +79,10 @@ MLINKS+=quota.user.5 quota.group.5
 MLINKS+=rc.conf.5 rc.conf.local.5
 MLINKS+=resolver.5 resolv.conf.5
 
+.if ${MK_FREEBSD_UPDATE} != "no"
+MAN+=	freebsd-update.conf.5
+.endif
+
 .if ${MK_HESIOD} != "no"
 MAN+=	hesiod.conf.5 
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309160201.r8G21bul005604>