#!/bin/sh
# System Script: Primary Wrapup
#
# This undoes the effects of primary-startup, so that we have a "clean"
# start when switching out of multiuser mode

# /usr is not available at the time this script is run.
PATH=/sbin:/bin

ifconfig eth0 down
ifconfig lo down
