'fixed netcfg2 usage'

This commit is contained in:
Tobias Powalowski 2008-03-22 18:45:08 +01:00
parent 19afb4743b
commit 707debb9b7
3 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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