Changeset e6b1760 in freewrt
- Timestamp:
- Jul 13, 2007, 11:48:42 PM (18 years ago)
- Children:
- c7b5ae6
- Parents:
- cb4029b2
- Location:
- package/ppp
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
files/poff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/Makefile
rcb4029b2 re6b1760 9 9 PKG_NAME:= ppp 10 10 PKG_VERSION:= 2.4.4 11 PKG_RELEASE:= 711 PKG_RELEASE:= 8 12 12 PKG_MD5SUM:= 183800762e266132218b204dfb428d29 13 13 MASTER_SITES:= ftp://ftp.samba.org/pub/ppp/ -
package/ppp/files/poff
rcb4029b2 re6b1760 1 1 #!/bin/sh 2 PID=`ps w | grep "[ /]pppd call $1 .*\$" | awk '{print $1}'`2 PID=`ps wx | grep "[ /]pppd call $1 .*\$" | awk '{print $1}'` 3 3 if test -n "$PID" ; then 4 4 kill $PID || {
Note:
See TracChangeset
for help on using the changeset viewer.
