Changeset c7b5ae6 in freewrt


Ignore:
Timestamp:
Jul 14, 2007, 12:53:44 AM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
50677fb
Parents:
e6b1760
Message:

second bug found by, fixed with, and tested by yofuh

.oO(this script sucks, I wonder who wrote it…)

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

Location:
package/ppp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

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

    re6b1760 rc7b5ae6  
    11#!/bin/sh
    2 PID=`ps wx | 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.