[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: interfaces, mapping, etc



On Sat, Jul 27, 2002 at 12:53:54AM +1000, Anthony Towns wrote:
> I think PCMCIA has some support for ifupdown as of woody, but I'm not
> sure how it works. You might just have to add an "IFUP=yes" option or
> something? I don't use PCMCIA anymore personally, either.

[503] [scrooge:bam] ~ >cat /etc/pcmcia/network.opts
[...]
# This tries to use Debian's network setup in /etc/network/interfaces
# if no settings are given higher up in this file.  You can delete it
# if that isn't desired.

is_true $PUMP || is_true $BOOTP || is_true $DHCP || is_true $DHCLIENT || \
if [ ! "$IPADDR" -a -f /etc/network/interfaces ] ; then
    INFO="Debian network setup"
    start_fn () {
        log /sbin/ifup $1
    }
    stop_fn () {
        log /sbin/ifdown $1
    }
fi

-- 
Brian May <bam@debian.org>


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: