Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 10:00:57 +0900 (JST)
From:      hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi)
To:        imp@village.org
Cc:        mobile@FreeBSD.ORG, hosokawa@itc.keio.ac.jp
Subject:   Re: How about /etc/defaults/pccard.conf ? 
Message-ID:  <199908120100.KAA15437@afs.ntc.mita.keio.ac.jp>
In-Reply-To: Your message of "Tue, 10 Aug 1999 13:43:22 JST". <199908100443.WAA09679@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199908100443.WAA09679@harmony.village.org>
imp@village.org writes:

>> In message <199908100322.MAA23734@afs.ntc.mita.keio.ac.jp> HOSOKAWA Tatsumi writes:
>> : import "/etc/defaults/pccard.conf"
>> : 
>> : or
>> : 
>> : include "/etc/default/pccard.conf"
>> 
>> I like this.  include would be more in keeping with how other
>> components in the system do this.

I wrote "include" code yesterday, and I found that this feature can
devide pccard.conf into functionally named files (and it worked).

For example:

  ------

	# /etc/pccard.conf

	# io 0x240-0x320
	# irq 10 11

	# ---- local card entries -----
	# .....

	include "/etc/defaults/pccard.conf"

  ------

	# /etc/defaults/pccard.conf

	include "/etc/defaults/pccard/resource.conf"
	include "/etc/defaults/pccard/ethernet.conf"
	include "/etc/defaults/pccard/serial.conf"
	include "/etc/defaults/pccard/misc.conf"

  ------

I think this can make the structure of pccard.conf cleaner.  How about
that?

--
HOSOKAWA, Tatsumi
Assistant Manager
Information Technology Center, Keio University
<hosokawa@itc.keio.ac.jp>


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




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