wok annotate lxnetdaemon/stuff/lxnetdaemon.conf @ rev 6835

Forgot patch for freeimage to compile with gcc 4.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 19 21:25:15 2010 +0000 (2010-10-19)
parents
children
rev   line source
pankso@487 1 # Network Daemon Configuration file
pankso@487 2 [ethernet]
pankso@487 3 up=ifconfig %s up
pankso@487 4 down=ifconfig %s down
pankso@487 5 repair=/usr/share/lxnetdaemon/ethrepair.sh %s
pankso@487 6
pankso@487 7 [wireless]
pankso@487 8 up=ifconfig %s up
pankso@487 9 down=ifconfig %s down
pankso@487 10 repair=/usr/share/lxnetdaemon/wifirepair.sh %s
pankso@487 11 connect=/usr/share/lxnetdaemon/wificonnect.sh "%s" "%s" %d "%s"