From owner-freebsd-stable@FreeBSD.ORG Fri Jun 10 09:32:18 2005 Return-Path: X-Original-To: freebsd-stable@www.freebsd.org Delivered-To: freebsd-stable@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7510516A41C for ; Fri, 10 Jun 2005 09:32:18 +0000 (GMT) (envelope-from ggajic@sbb.co.yu) Received: from mail.sbb.co.yu (mail.sbb.co.yu [82.117.194.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D562843D1D for ; Fri, 10 Jun 2005 09:32:17 +0000 (GMT) (envelope-from ggajic@sbb.co.yu) Received: from mail.sbb.co.yu (mail.sbb.co.yu [192.168.1.2] (may be forged)) by mail.sbb.co.yu (8.13.3/8.13.3) with ESMTP id j5A9WEW3051378 for ; Fri, 10 Jun 2005 11:32:14 +0200 (CEST) Date: Fri, 10 Jun 2005 11:32:14 +0200 (CEST) From: Goran Gajic To: freebsd-stable@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SBB-MailScanner-Information: Please contact the ISP for more information X-SBB-MailScanner: Found to be clean X-MailScanner-From: ggajic@sbb.co.yu Cc: Subject: changes to src/sys/kern/uipc_socket2.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 09:32:18 -0000 Latest change to uipc_socket2.c fixed my problem with start of apache2 in chroot enviroment. Whenever I reboot 5.4 I was forced to manualy do: chroot /CHROOT/APACHE /usr/local/apache2/bin/httpd -D SSL no matter I already had that line in rc.local. Now that problem is also gone. Regards, gg.