CURRENT is broken as of r255958

Sam Fourman Jr. sfourman at gmail.com
Tue Oct 1 02:58:06 UTC 2013


r255958 builds world and kernel fine, but make release fails

I used vi to wield # signs, and produced a patch that fixes the
problem, however
this is not the correct fix.

could someone help me write the correct patch?


root at NewBSD:/usr/src # svnlite info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 255960
Node Kind: directory
Schedule: normal
Last Changed Author: dteske
Last Changed Rev: 255958
Last Changed Date: 2013-09-30 21:26:03 +0000 (Mon, 30 Sep 2013)


Index: etc/periodic/daily/Makefile
===================================================================
--- etc/periodic/daily/Makefile (revision 255960)
+++ etc/periodic/daily/Makefile (working copy)
@@ -24,9 +24,9 @@
 FILES+= 310.accounting
 .endif

-.if ${MK_BIND_NAMED} != "no"
-FILES+= 470.status-named
-.endif
+#.if ${MK_BIND_NAMED} != "no"
+#FILES+= 470.status-named
+#.endif

 .if ${MK_CALENDAR} != "no"
 FILES+= 300.calendar


-- 

Sam Fourman Jr.


More information about the freebsd-current mailing list