wok-stable annotate lxnetdaemon/stuff/lxnetdaemon.conf @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
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" |