spell pidfile correctly so multiple wpa_supplicant processes can be run

MFC after:	1 week
This commit is contained in:
Sam Leffler 2008-04-08 18:54:42 +00:00
parent ff0af72c39
commit 823687d052
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178018

View File

@ -31,8 +31,8 @@ esac
load_rc_config $name
pid_file="/var/run/${name}/${ifn}.pid"
command_args="-B -q -i $ifn -c $conf_file -D $driver -P $pid_file"
pidfile="/var/run/${name}/${ifn}.pid"
command_args="-B -q -i $ifn -c $conf_file -D $driver -P $pidfile"
required_files=$conf_file
run_rc_command "$1"