You are not logged in.

#1 2003-09-29 14:29:47

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

/etc/rc.conf, /etc/conf.d/ and PCMCIA? [FXx]

Some time ago the below scripts were included in /etc/rc.conf and removed. PCMCIA was moved to folder /etc/conf.d/. Does /etc/conf.d/ still has a purpose?

#
# Load any configuration settings in /etc/conf.d
#
for cfg in /etc/conf.d/*; do
    [ -r $cfg ] && source $cfg
done

# PCMCIA
#
# Should be either i82365 or tcic
PCIC=i82365
PCIC_OPTS=
CORE_OPTS=
CARDMGR_OPTS=
SCHEME=

Markku

Offline

#2 2003-09-29 14:46:15

andy
Member
From: Germany
Registered: 2002-10-11
Posts: 374

Re: /etc/rc.conf, /etc/conf.d/ and PCMCIA? [FXx]

The script /etc/rc.d/pcmcia itself does now the "sourcing" of /etc/conf.d/pcmcia

Offline

Board footer

Powered by FluxBB