From owner-freebsd-bugs Sat Jul 1 7:20: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA09C37B9A3 for ; Sat, 1 Jul 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26308; Sat, 1 Jul 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Jul 2000 07:20:01 -0700 (PDT) Message-Id: <200007011420.HAA26308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19625; it has been noted by GNATS. From: "Chris D. Faulhaber" To: pdp@nl.demon.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Date: Sat, 1 Jul 2000 10:12:42 -0400 (EDT) On Sat, 1 Jul 2000 pdp@nl.demon.net wrote: > Patch src/usr.sbin/periodic/periodic.sh > > --- periodic.sh.orig Wed Apr 26 18:28:11 2000 > +++ periodic.sh Sat Jul 1 15:56:31 2000 > @@ -22,7 +22,8 @@ > # to see if there are additional dirs to check > if [ -r /etc/defaults/rc.conf ]; then > . /etc/defaults/rc.conf > -elif [ -r /etc/rc.conf ]; then > +fi > +if [ -r /etc/rc.conf ]; then > . /etc/rc.conf > fi > rc.conf is sourced from /etc/defaults/rc.conf already (see source_rc_confs variable and the routine at the end of /etc/defaults/rc.conf). ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message