From owner-freebsd-current Fri Jun 21 7:42: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E69F137B409 for ; Fri, 21 Jun 2002 07:42:04 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 98BBC5361; Fri, 21 Jun 2002 16:42:03 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: current@freebsd.org Cc: makonnen@pacbell.net Subject: Re: rc_ng trouble with Kerberos References: From: Dag-Erling Smorgrav Date: 21 Jun 2002 16:42:02 +0200 In-Reply-To: Message-ID: Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > It looks like /etc/rc.d/kerberos checks kerberos_stash before reading > rc.conf. And the patch: Index: kerberos =================================================================== RCS file: /home/ncvs/src/etc/rc.d/kerberos,v retrieving revision 1.1 diff -u -r1.1 kerberos --- kerberos 13 Jun 2002 22:14:36 -0000 1.1 +++ kerberos 21 Jun 2002 14:41:23 -0000 @@ -12,10 +12,9 @@ name="kerberosIV" rcvar="kerberos4_server_enable" command="${kerberos4_server}" +load_rc_config $name checkyesno kerberos_stash && stash='-n' || stash= command_args="${stash} >> /var/log/kerberos.log &" - -load_rc_config $name run_rc_command "$1" name="kerberos5" DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message