English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/ppp/files/poff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3231 - (show annotations) (download)
Mon Jul 16 12:22:02 2007 UTC (6 years, 7 months ago) by tha
File size: 252 byte(s)
Merged fix for poff (part of pppd) from trunk.

1 #!/bin/sh
2 PID=`ps wx | grep "[ /]pppd call $1\( .*\)*\$" | awk '{print $1}'`
3 if test -n "$PID" ; then
4 kill $PID || {
5 echo "$0: kill failed."
6 exit 1
7 }
8 else
9 echo "$0: I could not find a pppd process for provider '$1'."
10 exit 1
11 fi
12 exit 0

Properties

Name Value
svn:executable *

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20