Summary: | [MAINTAINER] security/openvpn: fix FreeBSD 4 jail build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Andree <matthias.andree> | ||||
Component: | Individual Port(s) | Assignee: | Vasil Dimov <vd> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | dinoex | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Matthias Andree
2006-02-25 17:50:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->vd I will take it On Sat, Feb 25, 2006 at 06:48:28PM +0100, Matthias Andree wrote:
...
> ++ || ps -ostate -p $$ | tail -n1 | grep -q J; then
...
What about:
++ || ps -ostate= -p $$ | grep -q J; then
Do you like it?
--
Vasil Dimov
Vasil Dimov wrote:
> On Sat, Feb 25, 2006 at 06:48:28PM +0100, Matthias Andree wrote:
> ...
>> ++ || ps -ostate -p $$ | tail -n1 | grep -q J; then
> ...
>
> What about:
> ++ || ps -ostate= -p $$ | grep -q J; then
>
> Do you like it?
Fine with me. Dirk, any objections?
State Changed From-To: open->closed Committed, thanks! Matthias Andree schrieb:, > >> ++ || ps -ostate -p $$ | tail -n1 | grep -q J; then > > ... > > > > What about: > > ++ || ps -ostate= -p $$ | grep -q J; then > > > > Do you like it? > > Fine with me. Dirk, any objections? Is fine too. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] |