From owner-freebsd-mobile Wed Aug 11 18: 1:10 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from afs.ntc.mita.keio.ac.jp (afs.ntc.mita.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with ESMTP id F391B155DE for ; Wed, 11 Aug 1999 18:01:05 -0700 (PDT) (envelope-from hosokawa@ntc.keio.ac.jp) Received: (from hosokawa@localhost) by afs.ntc.mita.keio.ac.jp (8.8.8+2.7Wbeta7/3.6Wbeta6-ntc_mailserver1.03) id KAA15437; Thu, 12 Aug 1999 10:00:57 +0900 (JST) Date: Thu, 12 Aug 1999 10:00:57 +0900 (JST) Message-Id: <199908120100.KAA15437@afs.ntc.mita.keio.ac.jp> To: imp@village.org Cc: mobile@FreeBSD.ORG, hosokawa@itc.keio.ac.jp Subject: Re: How about /etc/defaults/pccard.conf ? In-Reply-To: Your message of "Tue, 10 Aug 1999 13:43:22 JST". <199908100443.WAA09679@harmony.village.org> From: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message