Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 15:08:59 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
To:        luigi@labinfo.iet.unipi.it (Luigi Rizzo)
Cc:        stable@FreeBSD.ORG
Subject:   Re: proposed minimum change to rc.conf
Message-ID:  <199803161808.PAA06324@gaia.coppe.ufrj.br>
In-Reply-To: <199803161453.PAA20197@labinfo.iet.unipi.it> from Luigi Rizzo at "Mar 16, 98 03:53:46 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Luigi Rizzo)
// Opinions ? And in case, could this go into -current or -stable ?
// 
// 	cheers
// 	luigi
// 
// info# diff -ubwr rc.conf rc.conf.diskless
// --- rc.conf.orig     Thu Mar 12 13:34:45 1998
// +++ rc.conf    Mon Mar 16 12:28:10 1998
// @@ -25,7 +25,10 @@
//  ##############################################################
//  
//  ### Basic network options: ###
// +if [ "`hostname`" = "" ]
// +then
//  hostname="myname.mydomain"   # Set this!
// +fi

IMHO rc.conf should have no commands, only settings.

I'd prefer if these changes were in other file.  To avoid problems,
you could create a new variable in rc.conf:

diskless=YES

and let it control behaviour elsewhere.

					Jonny

--
Joao Carlos Mendes Luis			jonny@gta.ufrj.br
+55 21 290-4698				jonny@coppe.ufrj.br
Universidade Federal do Rio de Janeiro	UFRJ/COPPE/CISI
PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2  83 5F E3 26 BF 0F EA 67

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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