Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2010 09:28:54 +0200
From:      Bernhard Schmidt <bschmidt@techwires.net>
To:        Dominic Fandrey <kamikaze@bsdforen.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: wpa_supplicant does not create pidfile
Message-ID:  <AANLkTik22JeV0ScuT3DMfeDH=b5CT-65dxErBGwkHLOj@mail.gmail.com>
In-Reply-To: <4C716382.3040605@bsdforen.de>
References:  <4C716382.3040605@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 22, 2010 at 19:50, Dominic Fandrey <kamikaze@bsdforen.de> wrote:
> wpa_supplicant doesn't create the pidfile if the target directory
> does not exist. Because /var/run is wiped with every boot I added
> the following line to my rc.local to workaround this issue:
>
> /bin/mkdir -p /var/run/wpa_supplicant
>
> I'm running RELENG_8.

How about this?

Index: etc/mtree/BSD.var.dist
===================================================================
--- etc/mtree/BSD.var.dist>.....(revision 211568)
+++ etc/mtree/BSD.var.dist>.....(working copy)
@@ -64,6 +64,8 @@
         ..
         ppp             gname=network mode=0770
         ..
+        wpa_supplicant
+        ..
     ..
     rwho            gname=daemon mode=0775
     ..


-- 
Bernhard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTik22JeV0ScuT3DMfeDH=b5CT-65dxErBGwkHLOj>