wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmjiface / README.ifacechk
blob567c7bfe6a9b1ee05ee7ed418fdfa0a65b721d42
1 ifacechck is the program called by wmjiface to get your
2 interface statistics.  It uses /proc/net/dev to gather the
3 info.
5 If you do not have a /proc/net/dev, you should e-mail me,
6 cuz I don't know what to do with you.
8 If your /proc/net/dev is on another machine (as would be the
9 case with a firewall) then you'll need to use the files in
10 the svr.client directory.
12 Install the cattheprocinfo program in /sbin/ or
13 /usr/local/sbin--where is really up to you--on the firewall
14 machine.  Then add '/usr/sbin/cattheprocinfo &' to your
15 rc.local (or some other likely startup script).
17 Replace your install'd ifacechk with the spiffy new
18 ifacechk.client from the svr.client directory.
20 You will need to edit the spiffy new ifacechk.  It's using
21 socket communication to talk to the cattheprocinfo "server"
22 on your firewall.  Point the poor client to the right place?