From owner-freebsd-questions Fri Jan 8 01:42:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29466 for freebsd-questions-outgoing; Fri, 8 Jan 1999 01:42:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oolong.camellia.org (oolong.camellia.org [206.119.96.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29448 for ; Fri, 8 Jan 1999 01:42:18 -0800 (PST) (envelope-from alan@oolong.camellia.org) Received: (from alan@localhost) by oolong.camellia.org (8.8.8/8.8.8+Erasmus) id EAA00394; Fri, 8 Jan 1999 04:41:34 -0500 (EST) (envelope-from alan) Date: Fri, 8 Jan 1999 04:41:34 -0500 (EST) Message-Id: <8Jan1999.042549.Alan@LCS.MIT.EDU> From: Alan Bawden To: freebsd-questions@FreeBSD.ORG Subject: messing with /etc/rc.conf Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a comment at the front of /etc/rc.conf that says: # All arguments must be in double or single quotes. It's not clear exactly what the restriction here is, but I recently learned that if rc.conf contains the following: ntpdate_flags="-bs $(awk '$1 == "server" || $1 == "peer" {print $2}' /etc/ntp.conf)" something will occasionally re-write this to read: ntpdate_flags="-bs $(awk '$1 == " So I have two questions: 1. What is it that makes this change. And what exactly are the rules it applies when parsing/rewriting the file? 2. If I move the setting of ntpdate_flags into /etc/rc.conf.local, will whatever this thing is leave it alone there? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message