aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/tinybsd/conf/bridge/etc/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/tinybsd/conf/bridge/etc/rc.conf')
-rw-r--r--tools/tools/tinybsd/conf/bridge/etc/rc.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/tools/tinybsd/conf/bridge/etc/rc.conf b/tools/tools/tinybsd/conf/bridge/etc/rc.conf
deleted file mode 100644
index a3e638e5efd5..000000000000
--- a/tools/tools/tinybsd/conf/bridge/etc/rc.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-hostname="tinybsd.freebsd.org"
-sendmail_enable="NONE"
-sshd_enable="YES"
-usbd_enable="NO"
-inetd_enable="NO"
-portmap_enable="NO"
-update_motd="NO"
-varmfs="YES"
-populate_var="YES"
-varsize="8192"
-tmpmfs="YES"
-
-# Bridge configuration
-# Replace both ath0 and xl1 by your bridge interfaces
-cloned_interfaces="bridge0"
-ifconfig_bridge0="addm ath0 addm xl1 up"