From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 13:16:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C33E16A4CE for ; Sat, 5 Jun 2004 13:16:57 -0700 (PDT) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995A843D49 for ; Sat, 5 Jun 2004 13:16:54 -0700 (PDT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.178] (helo=crom.vickiandstacey.com) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1BWhb1-0001dl-0R for freebsd-questions@FreeBSD.ORG; Sat, 05 Jun 2004 20:16:51 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) i55KGkdK061187 for ; Sat, 5 Jun 2004 21:16:46 +0100 (BST) (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.11/8.12.11/Submit) id i55KGfW0061186 for freebsd-questions@FreeBSD.ORG; Sat, 5 Jun 2004 21:16:41 +0100 (BST) (envelope-from stacey) Date: Sat, 5 Jun 2004 21:16:41 +0100 From: Stacey Roberts To: freebsd-questions@FreeBSD.ORG Message-ID: <20040605201641.GF392@crom.vickiandstacey.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Y1L3PTX8QE8cb2T+" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Originating-Pythagoras-IP: [82.68.31.178] Subject: New apache2 rc.conf start syntax check X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 20:16:57 -0000 --Y1L3PTX8QE8cb2T+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Sorry if this is a straight-forward case, but I just wanted to double-check the syntax for the new apache2 start syntax that's to be added to /etc/rc.conf. The pkg-message reads: # Add the following lines to /etc/rc.conf to enable apache2: # apache2_enable (bool): Set to "NO" by default. # Set it to "YES" to enable apache2 # apache2ssl_enable (bool): Set to "NO" by default. # Set it to "YES" to start apache with SSL # (if exists in httpd.conf) # apache2limits_enable (bool):Set to "NO" by default. # Set it to yes to run `limits $limits_args` # just before apache starts. # apache2_flags (str): Set to "" by default. # Extra flags passed to start command Now following from what's normally used for /etc/rc.conf, its reasonable to me that the syntax should be along the lines of: apache2_enable="YES" But reading the apache2 pkg-message, there's no mention of the use of the "=" for the apache2_enable statement. Is the "=" required or not? If it is, then shouldn't the examples in pkg-message include a reference to using the "=" before the bool selection? Thanks for the time. Regards, Stacey --Y1L3PTX8QE8cb2T+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQEVAwUBQMIqJ+dvY+8mWFvRAQEpcggAgrzfBxyoAdy3Zo6KE3gRFcL4IuTNvu/W iy5c/jz/spYr+vZP51Jdw9ceHO4siph8RMYcZ4MaOnqrUAHSsjSryu2BmJpC82hx iG1QFwhJh2U4E/IeKdZ7sO3SYO4Lkbr4d/8NgZP8aoNjHqsE0eVElDiUsfRMjD4g uP71EKbfAIW3uLzhhtEF1OJKcJi4b2OU9alAuScj5JUcRERvym+rilNA2slSCtIT eGx8ZXxPj32nEcWIoCMRbk1Bb4/GheCbglYaKLlWNHnZyiTageJNB4S9agmvWiun 5zpfPxBaux28HDU3O0izzG9Io15IDF34GXwIz7yd4Ak1Sm/KsXsIXw== =8FDt -----END PGP SIGNATURE----- --Y1L3PTX8QE8cb2T+--