Quote from: Newby on August 18, 2006, 01:18:53 AM
It was a fresh install from the 6.0 CD ISOs.
give me the output from 'uname -a'
You should always build world on new installs.
Be sure you cvsup the new system sources.
build world builds all the system utilities (specified by /etc/make.con).
mergemaster merges new scripts and config files with existing one.
BTW, Here is the hostapd rc file:
Quote%cat /etc/rc.d/hostapd
#!/bin/sh
#
# $FreeBSD: src/etc/rc.d/hostapd,v 1.1.2.1 2006/02/12 22:13:15 flz Exp $
#
# PROVIDE: hostapd
# REQUIRE: mountcritremote
# KEYWORD: nojail shutdown
. /etc/rc.subr
name="hostapd"
command="/usr/sbin/${name}"
rcvar=`set_rcvar`
conf_file="/etc/${name}.conf"
command_args="-B ${conf_file}"
required_files="${conf_file}"
load_rc_config ${name}
run_rc_command "$1"
Copy and paste into specified file and then 'hostapd_enable="YES"' will work.
So will /etc/rc.d/hostapd onestart