mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move athctrl.sh to /usr/local/sbin
This commit is contained in:
parent
9a17d29380
commit
2089cc2cca
@ -2870,7 +2870,7 @@ EOD;
|
||||
/* set ack timers according to users preference (if he/she has any) */
|
||||
if ($distance) {
|
||||
fwrite($fd_set, "# Enable ATH distance settings\n");
|
||||
fwrite($fd_set, "/sbin/athctrl.sh -i {$baseif} -d {$distance}\n");
|
||||
fwrite($fd_set, "/usr/local/sbin/athctrl.sh -i {$baseif} -d {$distance}\n");
|
||||
}
|
||||
|
||||
if (isset($wlcfg['wpa']['enable'])) {
|
||||
|
||||
@ -166,6 +166,7 @@
|
||||
/lib/libz.so.5
|
||||
/root/latest.tgz.sha256
|
||||
/sbin/atacontrol
|
||||
/sbin/athctrl.sh
|
||||
/sbin/idmapd
|
||||
/sbin/ip6fw
|
||||
/sbin/mount_devfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user