Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 09:27:51 +0200
From:      Anders Andersson <anders@sanyusan.se>
To:        des@FreeBSD.org
Cc:        stable@FreeBSD.org
Subject:   fix for RELENG_4 installworld breakage
Message-ID:  <20020716072751.GA11772@gateway.sanyusan.se>

next in thread | raw e-mail | index | archive | help

--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi DES,

Here is a patch that fixes your breakage of src/etc/Makefile on
RELENG_4

Anders
-- 
Anders Andersson	anders@sanyusan.se
Sanyusan Int. AB	http://www.sanyusan.se/

--J2SCkAp4GZ/dPZZf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.diff"

--- Makefile	Tue Jul 16 09:17:31 2002
+++ Makefile.new	Tue Jul 16 09:17:51 2002
@@ -224,6 +224,6 @@
 	    ${BIN1} ${BIN2} nsmb.conf opieaccess \
 	    ${DESTDIR}/usr/share/examples/etc; \
 	cd ${.CURDIR}/defaults; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
-	    ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults; \
+	    ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults)
 
 .include <bsd.prog.mk>

--J2SCkAp4GZ/dPZZf--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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