Bug 7925

Summary: Default configuration should allow pidfile creation
Product: Sisyphus Reporter: Andrey Brindeyev <andrey.brindeew>
Component: wpa_supplicantAssignee: Alexei Takaseev <taf>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P4 CC: rider, sbolshakov
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Brindeyev 2005-09-11 21:27:20 MSD
В конфигурации сервиса по умолчанию в файле /etc/sysconfig/wpa_supplicant не
указан pidfile, из-за чего service wpa_supplicant status не отрабатывает.

Патч:

--- wpa_supplicant.sysconfig    2004-10-06 21:12:49 +0400
+++ wpa_supplicant.sysconfig.new        2005-09-12 01:19:41 +0400
@@ -1,2 +1,2 @@
 # Options to wpa_supplicant
-WPA_SUPPLICANT_OPTIONS="-iwlan0 -c/etc/wpa_supplicant.conf -B"
+WPA_SUPPLICANT_OPTIONS="-iwlan0 -c/etc/wpa_supplicant.conf -B
-P/var/run/wpa_supplicant.pid"
Comment 1 Alexei Takaseev 2005-09-12 15:30:17 MSD
Исправлено в wpa_supplicant-0.3.9-alt3
Comment 2 Andrey Brindeyev 2005-09-15 17:56:13 MSD
Verified: bug was fixed.