Changeset e6b1760 in freewrt


Ignore:
Timestamp:
Jul 13, 2007, 11:48:42 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
c7b5ae6
Parents:
cb4029b2
Message:

unbreak the “poff” script, patch from Julian “yofuh” Wiesener, 10x

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3212 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/ppp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

    rcb4029b2 re6b1760  
    99PKG_NAME:=              ppp
    1010PKG_VERSION:=           2.4.4
    11 PKG_RELEASE:=           7
     11PKG_RELEASE:=           8
    1212PKG_MD5SUM:=            183800762e266132218b204dfb428d29
    1313MASTER_SITES:=          ftp://ftp.samba.org/pub/ppp/
  • package/ppp/files/poff

    rcb4029b2 re6b1760  
    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 || {
Note: See TracChangeset for help on using the changeset viewer.