From owner-freebsd-questions Tue Apr 30 10:10:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ebert.xypoint.com (ebert.xypoint.com [216.190.251.65]) by hub.freebsd.org (Postfix) with ESMTP id 968F237B422 for ; Tue, 30 Apr 2002 10:10:31 -0700 (PDT) Received: by ebert.xypoint.com with Internet Mail Service (5.5.2655.55) id ; Tue, 30 Apr 2002 10:10:16 -0700 Message-ID: <38985D9205A0D411A10500508B10DE6602997774@ebert.xypoint.com> From: Ryan Hill To: "'freebsd-questions@freebsd.org'" Subject: ifconfig syntax in rc.conf Date: Tue, 30 Apr 2002 10:10:16 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG all, can someone take a look at this and tell me if I've got the syntax right here - this is based on the examples found in the /etc/defaults/rc.conf: ifconfig_de0_media="100BaseTX" I'm trying to turn off autosensing on these NICS (its really, really bad) and I'm trying to come up with a way to do it at boot time. If the syntax above isn't correct or possible, that's fine too, I could right a small script and drop it into rc.d instead, but I'd prefer the rc.conf route if possible (yes, I am lazy). thanks, ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message