Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2000 07:20:01 -0700 (PDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/19625: /usr/sbin/periodic mishandles system config files
Message-ID:  <200007011420.HAA26308@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/19625; it has been noted by GNATS.

From: "Chris D. Faulhaber" <jedgar@fxp.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007011420.HAA26308>