				  ----------------
				 | wmShutdown 0.1 |
				  ----------------

1. What the hell is this wmShutdown?

	This is a dock applications for Window Maker that allows you to shutdown or reboot your machine just by clickig a button on desktop and confirming.
	It's useful just for desktop machines (i think)

	I'm not a good C programmer, so probably, if you know something about C you'll find several errors in this software. I'd be thankful if u can send me comments and fixes.
	
2. Security issues

	As we have to shutdown a machine as a single user, there are some trick that must be remembered here.

	-There are two binaries:
		wmShutdown: The dock itself, becaus GTK apps can't be suid
		Shutdown: suid program called by wmShutdown just to call /sbin/shutdown

	-During installation, your /sbin/shutdown is set suid
	-The suid binary is installed under /usr/local/bin/Shutdown

	As this was created for workstations, probably there's not much to be afraid. 
	
3. Install/Uninstall

	tar -zxvf wmShutdown-0.1.tar.gz
	cd wmShutdown-0.1
	make dock
	make shutdown
	make install [or uninstall]


4. Licence
	
	wmShutdown is under GPL.

5. Author
	Rafael Vidal Aroca <rafael@linuxqos.cjb.net>

6. Thanks
	Piter Punk <piterpk@terra.com.br>
