FreeBSD Bugzilla – Attachment 205079 Details for
Bug 238571
net/hostapd: hostapd_program not used by system rc.d scripts on 12.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for PR 238571
PR238571.diff (text/plain), 905 bytes, created by
Cy Schubert
on 2019-06-15 15:52:24 UTC
(
hide
)
Description:
Fix for PR 238571
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2019-06-15 15:52:24 UTC
Size:
905 bytes
patch
obsolete
>diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf >index 0709845259e..79bc1f3436e 100644 >--- a/libexec/rc/rc.conf >+++ b/libexec/rc/rc.conf >@@ -275,6 +275,7 @@ ppp_user="root" # Which user to run ppp as > # profile3 uses default ppp_mode and ppp_nat > > ### Network daemon (miscellaneous) ### >+hostapd_program="/usr/sbin/hostapd" > hostapd_enable="NO" # Run hostap daemon. > syslogd_enable="YES" # Run syslog daemon (or NO). > syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a different one. >diff --git a/libexec/rc/rc.d/hostapd b/libexec/rc/rc.d/hostapd >index d0c2d88f2ff..a0d9d4d3ac7 100755 >--- a/libexec/rc/rc.d/hostapd >+++ b/libexec/rc/rc.d/hostapd >@@ -24,6 +24,7 @@ else > pidfile="/var/run/${name}-${ifn}.pid" > fi > >+command=${hostapd_program} > command_args="-P ${pidfile} -B ${conf_file}" > required_files="${conf_file}" > required_modules="wlan_xauth wlan_wep wlan_tkip wlan_ccmp"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238571
:
205079
|
205082
|
205158