From 707debb9b7823c840bedcec7a76581f0c3251d1d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 22 Mar 2008 18:45:08 +0100 Subject: [PATCH] 'fixed netcfg2 usage' --- base/etc/rc.conf | 6 ++++-- install/arch_net | 2 +- install/arch_netcfg | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/base/etc/rc.conf b/base/etc/rc.conf index 2b2d99c43..939c236e3 100644 --- a/base/etc/rc.conf +++ b/base/etc/rc.conf @@ -39,9 +39,11 @@ ROUTES=(!gateway) # - set to 'menu' to present a menu during boot-up (dialog package required) # - prefix an entry with a ! to disable it # -# Network profiles are found in /etc/network-profiles +# Network profiles are found in /etc/network.d # -#NET_PROFILES=(main) +# This now requires the netcfg package +# +#NETWORKS=(main) # ----------------------------------------------------------------------- # DAEMONS diff --git a/install/arch_net b/install/arch_net index e67c89e8d..675bdae6f 100644 --- a/install/arch_net +++ b/install/arch_net @@ -4,7 +4,7 @@ install () { MODULES=" $(checked_modules "/drivers/net/") " - BINARIES="ping ping6 route nslookup telnet ssh netcfg" + BINARIES="ping ping6 route nslookup telnet ssh" FILES="" SCRIPT="" add_file "/sbin/dhcpcd" diff --git a/install/arch_netcfg b/install/arch_netcfg index df288e2bd..4a111363d 100644 --- a/install/arch_netcfg +++ b/install/arch_netcfg @@ -13,7 +13,7 @@ install () add_dir "/var/run/network/profiles" add_file "/usr/bin/netcfg-auto-wireless" add_file "/usr/bin/netcfg-menu" - add_files "usr/bin/netcfg2" + add_file "/usr/bin/netcfg2" for i in /etc/network.d/examples/*; do add_file $i done