From owner-freebsd-stable Sat Nov 25 19:35:24 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 44AB537B4CF for ; Sat, 25 Nov 2000 19:35:22 -0800 (PST) Received: from admin.westbend.net (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.11.1/8.11.1) with SMTP id eAQ3Z7W02558; Sat, 25 Nov 2000 21:35:07 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <012f01c05759$df018ae0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Operador del sistema" , References: Subject: Re: offtopic ("Local package initialization") Date: Sat, 25 Nov 2000 21:35:06 -0600 Organization: West Bend Interent MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Operador del sistema" > Hi, i found problems installing apache+mod_ssl from ports, so, I install > them manually and I works good. > I would like to add run apache each time the servers boots, what/where are > the scripts for "Local package initialization" from the boot msg? > > thanks alot stable - list. > The startup scripts are placed into /usr/local/etc/rc.d by the apache13+mod_ssl port. Since you manually installed apache, you will need to copy apache.sh to /usr/local/etc/rc.d. install -m 751 /usr/ports/www/apache13-mod_ssl/files/apache.sh /usr/local/etc/rc.d Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message