Changeset 3231

Show
Ignore:
Timestamp:
07/16/07 14:22:02 (1 year ago)
Author:
tha
Message:

Merged fix for poff (part of pppd) from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/ppp/Makefile

    r2265 r3231  
    99PKG_NAME:=              ppp 
    1010PKG_VERSION:=           2.4.3 
    11 PKG_RELEASE:=           9 
     11PKG_RELEASE:=           10 
    1212PKG_MD5SUM:=            848f6c3cafeb6074ffeb293c3af79b7c 
    1313 
  • branches/freewrt_1_0/package/ppp/files/poff

    r2265 r3231  
    11#!/bin/sh 
    2 PID=`ps w | grep "[ /]pppd call $1 .*\$" | awk '{print $1}'` 
     2PID=`ps wx | grep "[ /]pppd call $1\( .*\)*\$" | awk '{print $1}'` 
    33if test -n "$PID" ; then 
    44    kill $PID || {