proxy settings with pre/post scripts

Asked by Ferdinand

Hello!

i use bzr dev version

 I have to set system proxy for some wlan "maunally" for which purpose I have created scripts which copy the correct settings into /etc/sysconfig/proxy.

It seems that all scripts in a subdirectory are executed regardless of what is specified in the properties of the selected wlan ?!

meening that if I have
* setproxy
* unsetproxy
scrtips in postconnect directory and setproxy in properties - both are still executed

Question information

Language:
English Edit question
Status:
Expired
For:
wicd Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ferdinand (office-chricar) said :
#1

I think if scripts are None the files in the directory are executed

Revision history for this message
Ferdinand (office-chricar) said :
#2

grep "'None'" * shows

misc.py: Used for putting text in a text box. If the value to put in is 'None',
wicd-daemon.py: dns1 = app_conf.get("Settings", "global_dns_1", default='None')
wicd-daemon.py: dns2 = app_conf.get("Settings", "global_dns_2", default='None')
wicd-daemon.py: dns3 = app_conf.get("Settings", "global_dns_3", default='None')
wicd-daemon.py: dns_dom = app_conf.get("Settings", "global_dns_dom", default='None')
wicd-daemon.py: search_dom = app_conf.get("Settings", "global_search_dom", default='None')

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.