Deleted Added
full compact
rc.conf (50186) rc.conf (50479)
1#!/bin/sh
1#!/bin/sh
2# $Id$
2# $FreeBSD: head/release/picobsd/floppy.tree/etc/rc.conf 50479 1999-08-28 01:35:59Z peter $
3#
4# rc.conf for picobsd.
5# $main_ether and $main_if are set from rc to the ethernet address and
6# name of the first ethernet interface, if available, so a simple
7# here-document below can be used for autoconfiguration.
8# Remaining parameters are set using a switch.
9
10while read ether hostname ip mask ; do

--- 51 unchanged lines hidden ---
3#
4# rc.conf for picobsd.
5# $main_ether and $main_if are set from rc to the ethernet address and
6# name of the first ethernet interface, if available, so a simple
7# here-document below can be used for autoconfiguration.
8# Remaining parameters are set using a switch.
9
10while read ether hostname ip mask ; do

--- 51 unchanged lines hidden ---