From owner-freebsd-ports@FreeBSD.ORG Wed Apr 4 22:12:33 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C474C16A404 for ; Wed, 4 Apr 2007 22:12:33 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 53F3A13C45A for ; Wed, 4 Apr 2007 22:12:33 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so504664muf for ; Wed, 04 Apr 2007 15:12:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B97XEY2pRzokP5pMFPVXVCtgiQ+fXHYKwYzq5hKvH8VZkxGz1aWUmbBARzRn9E9bNBOkmA/eb6iXSdcHL1WaXO+wrIabpcwQtppZnp1uiT72ddtzKyX6yQTjZfEteeZpwW2pkVbMfhcW2WD3oXVHnH3X9kN/6izx/ap+Gb7WG5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QqHDj91U0uO6Npm6x8mE6B9sVO/I4MxZavg8CSyTnd3uOLKtTr+3QdsWrOUEDvgVvbrQxuMJqEoeLp18iWUAB4L1Grgw8rvyEKzeBoEIOhvMOqt2W1eIFerQqB555+QstxLeODVG8HT7L0qMXSZxavMtbGt5B4I6iBdvLezswdI= Received: by 10.82.187.16 with SMTP id k16mr1521425buf.1175720372958; Wed, 04 Apr 2007 13:59:32 -0700 (PDT) Received: by 10.82.119.10 with HTTP; Wed, 4 Apr 2007 13:59:32 -0700 (PDT) Message-ID: <1d3ed48c0704041359p378ac1d0i5296525857953382@mail.gmail.com> Date: Wed, 4 Apr 2007 13:59:32 -0700 From: "Kevin Downey" To: ports@freebsd.org In-Reply-To: <4420D279.2090405@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4420D14C.4020503@FreeBSD.org> <4420D279.2090405@FreeBSD.org> Cc: Subject: Re: Switch to using rc.d for local packages is premature for RELENG_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2007 22:12:33 -0000 On 3/21/06, Maxim Sobolev wrote: > I have just realized that maybe the best approach to address this > problem would be not reverting the change in question, but making > find_local_scripts_new() more strict, so that only those local rc.d > scripts that have been explicitly marked by maintainer as fully > rc.d-safe are handled in a new way. Checking for '^# PROVIDE:' doesn't > really work reliably. > > -Maxim > > Maxim Sobolev wrote: > > Hi guys, > > > > As part of testing how well some of our products work with latest > > RELENG_6, I have make a new build and found that lot of important > > services (for example PostgreSQL, Apache) doesn't start up (despite > > having respective xxx_enable entries in /etc/rc.conf) when installed > > from the freshly updated ports tree onto a clean, freshly updated > > RELENG_6 system. This is very bad, considering how close to release are > > we and how much FreeBSD users rely on those services to work OOB. > > > > I would expect them to be really pissed off when lot of important > > services just don't work after upgrading their server from 6.0 to 6.1 or > > after installing it from install cd. This is apparently caused by the > > fact that lot of rc.d scripts in /usr/local/etc/rc.d are newstyle one > > now (sufficiently newstyle to pass find_local_scripts_new check), but > > few of them were actually tested to work correctly in fully rc.d > > environment. > > > > Therefore, I think that the RELENG_6 should be reverted to using old > > stuff and it should be left for 7.x tree. > > > > Regards, > > > > Maxim Which apache port? I have been using www/apache20 for sometime now on a machine tracking RELENG_6_2. I use 'apache2_enable="YES"' in /etc/rc.conf and it starts and runs fine. Perhaps I am misunderstanding your complaint. -- The biggest problem with communication is the illusion that it has occurred.