network.deb

来自「pcmcia source code」· DEB 代码 · 共 17 行

DEB
17
字号
# 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 || \[ -x /proc/sys/kernel/hotplug ] || \if [ -z "$IPADDR" -a -f /etc/network/interfaces ] ; then    INFO="Debian network setup"    start_fn () {	log /sbin/ifup $1    }    stop_fn () {	log /sbin/ifdown $1    }fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?