Date: Tue, 24 Jun 1997 21:37:11 -0700 (PDT) From: dima@best.net (Dima Ruban) To: max@wide.ad.jp (Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?=) Cc: dima@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, max@wide.ad.jp Subject: Re: cvs commit: src/etc rc Message-ID: <199706250437.VAA15429@burka.rdy.com> In-Reply-To: <199706250417.NAA04993@bourbon.sfc.wide.ad.jp> from =?us-ascii?Q?Masafumi_NAKANE=2F=3D=3FISO=2D2022=2DJP=3FB=3FGy?= =?us-ascii?Q?RCQ2Y6LDJtSjgbKEI=3D=3F=3D?= at "Jun 25, 97 01:17:55 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= writes: > > dima 1997/06/24 20:12:13 PDT > > Modified files: > > etc rc > > Log: > > sh /etc/rc.local -> . /etc/rc.local > > > Revision Changes Path > > 1.130 +2 -2 src/etc/rc > > What's the advantage of the latter form over the former one? I can > only see disadvantage. The advantage is: now variables from /etc/rc.conf{,.local} will be propagated to /etc/rc.local > What if rc.local exists but doesn't have execution bit set? Of course > you can change the test for rc.local to -x from -f. (If we keep this > sh /etc/rc.local -> ./etc/rc.local change, we at least need to make > this change to the test for rc.local, I believe.) But if you are not > careful enough, there are good possibility that you think rc.local > gets executed if it's present. Ohh? Here's entry from /etc/rc for /etc/rc.conf: # If there is a global system configuration file, suck it in. if [ -f /etc/rc.conf ]; then . /etc/rc.conf fi Here are primissions on rc.conf: [sivka]-p9:80> ls -la /etc/rc.conf -rw-r--r-- 1 root wheel 6221 5 MAJ 17:46 /etc/rc.conf [sivka]-p9:81> Are you trying to tell me that rc.conf is not executed on the system startup on my machine? :-) > > Cheers, > Max > -- dima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706250437.VAA15429>