wok-6.x view lxnetdaemon/stuff/lxnetdaemon.conf @ rev 13933
linux: typo in check_modules.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 12:24:06 2013 +0100 (2013-01-26) |
parents | |
children |
line source
1 # Network Daemon Configuration file
2 [ethernet]
3 up=ifconfig %s up
4 down=ifconfig %s down
5 repair=/usr/share/lxnetdaemon/ethrepair.sh %s
7 [wireless]
8 up=ifconfig %s up
9 down=ifconfig %s down
10 repair=/usr/share/lxnetdaemon/wifirepair.sh %s
11 connect=/usr/share/lxnetdaemon/wificonnect.sh "%s" "%s" %d "%s"