Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 05:00:04 -0800 (PST)
From:      Christoph Weber-Fahr <wefa@analyst.nexgo.lab.arcor.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25045: the bind8 port leaves the original bind in place
Message-ID:  <200102151300.f1FD04N13604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25045; it has been noted by GNATS.

From: Christoph Weber-Fahr <wefa@analyst.nexgo.lab.arcor.de>
To: sf@freebsd.org, freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/25045: the bind8 port leaves the original bind in place
Date: Thu, 15 Feb 2001 12:54:28 +0100 (CET)

 Hello,
 
 FUJISHIMA Satsuki <sf@FreeBSD.org>
 
 > People should not run any program(particularly daemons) without
 > understanding what they are doing.
 
 Yeah, thanks, I like you, too :-)
 
 Seriously, IMO it's a documentation issue.  I had several systems to
 patch, with various versions of FreeBSD, and I had to get it done
 more or less immediately. 
 
 You don't always have the time to think and double-check
 about everything. Anticipating the very obvious sloppy mistakes
 is a good strategy, IMO. Especially when dealing with security
 matters.
 
 >> At Tue, 13 Feb 2001 01:33:13 +0100,
 >> Christoph.Weber-Fahr@arcor.net wrote:
 >> I respectfully suggest the PR to be re-opened at least until
 >> someone finds the time to add some explanatory sentences
 >> to the end of the install routine of the bind8 port.
 
 > patches appreciated.
 
 I'm afraid it wont get me the Pulitzer, but here we go:
 Regards, Christoph Weber-Fahr
 
 
 
 --- Makefile.orig	Thu Feb 15 12:06:03 2001
 +++ Makefile	Thu Feb 15 12:25:41 2001
 @@ -30,5 +30,18 @@
  	@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
  	${MKDIR} ${PREFIX}/share/doc/bind8
  	${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
 +	@echo  ============================================================
 +	@echo '    *** Attention ! *** Attention ! ***'
 +	@echo 
 +	@echo ' This port did NOT replace the named supplied with FreeBSD '
 +	@echo ' but installed in its own place. '
 +	@echo ' The executables reside now in ${PREFIX}/sbin  '
 +	@echo 
 +	@echo ' You MUST change /etc/rc.conf accordingly and give the full '
 +	@echo ' pathname to start named, both manually or from a config '
 +	@echo ' file. '
 +	@echo
 +	@echo ' If you dont do that, the new named version will not run ! '
 +	@echo  ============================================================
  
  .include <bsd.port.mk>
 
 


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




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