|
From: Serge L. <fi...@in...> - 2008-06-02 19:21:33
|
Hi Björn, I'm sorry, I was busy with my relocation to USA (business trip). Well, you can help me with discussion of the following task. File "net/scripts/functions" contains paths to several utilities, I've put some strings below: DEFAULT_IFPLUGSTATUS=/usr/sbin/ifplugstatus DEFAULT_IFPLUGD=/usr/sbin/ifplugd DEFAULT_IWPRIV=/sbin/iwpriv DEFAULT_IWCONFIG=/sbin/iwconfig DEFAULT_WPA_SUPPLICANT=/usr/sbin/wpa_supplicant DEFAULT_WPA_CLI=/usr/sbin/wpa_cli DEFAULT_PLIPCONFIG=/sbin/plipconfig DEFAULT_VCONFIG=/usr/bin/vconfig DEFAULT_IPSECADM=/usr/sbin/ipsecadm DEFAULT_IFENSLAVE=/sbin/ifenslave DEFAULT_TUNCTL=/usr/sbin/tunctl DEFAULT_BRCTL=/usr/sbin/brctl DEFAULT_ETHTOOL=/usr/sbin/ethtool DEFAULT_PPPD=/usr/sbin/pppd DEFAULT_CHAT=/usr/sbin/chat For DL we have to write something for verification and modifying such information. I made bash script for this job, but it was ugly. Perl script was better a bit, but was not an elegant as well. Now I'm thinking about autoconf or about bash script returning. :-) So, I'll be glad to hear your opinion about -- Serge Rudner, Björn wrote: > Hi serge > Is there any point i might try to help you with? > > Cheers > Björn > |