From owner-freebsd-stable Tue Jul 16 0:27:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137B537B400; Tue, 16 Jul 2002 00:27:57 -0700 (PDT) Received: from gateway.sanyusan.se (gateway.sanyusan.se [213.88.225.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3488543E58; Tue, 16 Jul 2002 00:27:56 -0700 (PDT) (envelope-from anders@gateway.sanyusan.se) Received: from gateway.sanyusan.se (anders@localhost [127.0.0.1]) by gateway.sanyusan.se (8.12.5/8.12.5) with ESMTP id g6G7RqAi011794; Tue, 16 Jul 2002 09:27:53 +0200 (CEST) (envelope-from anders@gateway.sanyusan.se) Received: (from anders@localhost) by gateway.sanyusan.se (8.12.5/8.12.5/Submit) id g6G7Rpjq011793; Tue, 16 Jul 2002 09:27:51 +0200 (CEST) (envelope-from anders) Date: Tue, 16 Jul 2002 09:27:51 +0200 From: Anders Andersson To: des@FreeBSD.org Cc: stable@FreeBSD.org Subject: fix for RELENG_4 installworld breakage Message-ID: <20020716072751.GA11772@gateway.sanyusan.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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 --J2SCkAp4GZ/dPZZf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message