Project

General

Profile

« Previous | Next » 

Revision b9a40f9b

Added by Sven Auhagen almost 8 years ago

I changed the path of egrep

View differences:

src/usr/local/sbin/ppp-linkdown
27 27
	/usr/local/sbin/ppp-log-uptime.sh $seconds ${IF} &
28 28
fi
29 29

  
30
if echo "${IF}" | egrep -qv "ppp[0-9]+"; then
30
if echo "${IF}" | /usr/bin/egrep -qv "ppp[0-9]+"; then
31 31
	/etc/rc.kill_states ${IF} ${LOCAL_IP}
32 32
fi
33 33

  

Also available in: Unified diff