I have the following lines as default given by distribution in /etc/ppp/ip-up 
in PCQ 7.1.
LOGDEVICE=$6
REALDEVICE=$1
 
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && 
/etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}
 
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"
 
exit 0
my /etc/ppp/ip-up.local is not getting started. 
I have following lines in /etc/ppp/ip-up.local
#!/bin/bash
 
/usr/local/bin/wwwoffle -online
/usr/local/bin/wwwoffle -fetch
As wwwoffle -online is not getting executed. This I get to know from wwwoffle 
where if I request pages it gets recorded as request. But if I start wwwoffle 
-online using control provision I can browse.
-- 
L.V.Gandhi
203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017
MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA
[EMAIL PROTECTED],� [EMAIL PROTECTED] linux user No.205042

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to