From 5b61b6c2bf49d75df992a4dc39757e66a536dbcd Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 15 Apr 2002 06:41:16 +0000 Subject: Updated initscripts for multiple ethernet interfaces --- rc.multi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index cb6def7..c68252a 100755 --- a/rc.multi +++ b/rc.multi @@ -6,14 +6,6 @@ . /etc/rc.conf . /etc/rc.d/functions -# Start pcmcia -if [ "$PCMCIA" = "yes" -a -f /etc/rc.d/pcmcia ]; then - /etc/rc.d/pcmcia start -fi - -# Start network -/etc/rc.d/network start - # Start daemons for daemon in "${DAEMONS[@]}"; do /etc/rc.d/$daemon start -- cgit v1.2.3