[MacPorts] #22044: kextstat always returns 0 now, startup script needs to be revised
MacPorts
noreply at macports.org
Tue Oct 13 13:41:10 PDT 2009
#22044: kextstat always returns 0 now, startup script needs to be revised
---------------------------------+------------------------------------------
Reporter: packwidth@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port:
---------------------------------+------------------------------------------
Old description:
> It appears that
> {{{
> kextstat -lb foo.tun
> }}}
> always returns 0 in 10.6.1, even if foo.tun isn't loaded. To work around
> this, the LaunchDaemon wrapper script could use
> {{{
> kextstat -l|grep -q foo.tun
> }}}
> instead.
> {{{
>
> }}}
New description:
It appears that
{{{
kextstat -lb foo.tun
}}}
always returns 0 in 10.6.1, even if foo.tun isn't loaded. To work around
this, the LaunchDaemon wrapper script could use
{{{
kextstat -l|grep -q foo.tun
}}}
instead.
--
Comment(by blb@…):
Is this against the tuntaposx port?
--
Ticket URL: <http://trac.macports.org/ticket/22044#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list