Changeset c7b5ae6 in freewrt
- Timestamp:
- Jul 14, 2007, 12:53:44 AM (18 years ago)
- Children:
- 50677fb
- Parents:
- e6b1760
- Location:
- package/ppp
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
files/poff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/Makefile
re6b1760 rc7b5ae6 9 9 PKG_NAME:= ppp 10 10 PKG_VERSION:= 2.4.4 11 PKG_RELEASE:= 811 PKG_RELEASE:= 9 12 12 PKG_MD5SUM:= 183800762e266132218b204dfb428d29 13 13 MASTER_SITES:= ftp://ftp.samba.org/pub/ppp/ -
package/ppp/files/poff
re6b1760 rc7b5ae6 1 1 #!/bin/sh 2 PID=`ps wx | 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.
