On September 21, 2001 01:40 pm, you wrote:
> On Thu, 20 Sep 2001, L.V.Gandhi wrote:
> > I have working ip-up.local and ip-down.local in the same machine with mdk
> > distro. They are executable. But the ip-up.local is not being called on
> > connection to net in PCQ linux. I am unable to understand the reason.
>
> Does /etc/ppp/ip-up call the /etc/ppp/ip-up.local file?  Is there a call
> to ip-up.local commented out or something?  PCQ does have a fairly
> customized distro of deadrat out - so they might have modified something
> in this area.  ip-up.local (and ip-up) are just shell scripts as it is ...
my /etc/ppp/ip-up is 
#!/bin/bash
 
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local instead
 
LOGDEVICE=$6
REALDEVICE=$1
 
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && 
/etc/sysconfig/network-s
 
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"
 
exit 0

my ip-up.local is 
#!/bin/bash
 
/usr/local/bin/wwwoffle -online
/usr/local/bin/wwwoffle -fetch

-- 
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