[Pkg-wmaker-commits] [wmshutdown] 97/173: Update docs for new version.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmshutdown.

commit bca4adbcf4a97e699cb5c0a4863f5c38678ae639
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jul 26 02:07:44 2014 -0500

    Update docs for new version.
---
 ChangeLog |  4 ++++
 README    | 31 +++++++++++++++----------------
 2 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1325d5c..05b0664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
 21/11/2001: Project started
 22/11/2001: First version (0.1) released
 20/06/2002: Bug Fix: Each click does not create a new dialog box anymore. Only one is created
+26/07/2014: Version 1.0 released.
+	* Convert to GTK3 and autotools.
+	* Incorporate several changes from Debian, including renaming
+	  wmShutdown to wmshutdown and Shutdown to wmshutdown-run.
diff --git a/README b/README
index 141bba7..9d2de91 100644
--- a/README
+++ b/README
@@ -1,42 +1,41 @@
 				  ----------------
-				 | wmShutdown 0.2 |
+				 | wmShutdown 1.0 |
 				  ----------------
 
 1. What is wmShutdown?
 
-	wmShutdown is a Window Maker dock application that allows you to shutdown or reboot your machine just by clickig a button on your desktop. 
+	wmShutdown is a Window Maker dock application that allows you to shutdown or reboot your machine just by clickig a button on your desktop.
 	It's useful just for desktop machines, so there's no need to keep typing shutdown now -h every time you have to go away for some reason.
 
 	I'd be thankful for any fixes or comments about it.
-	
+
 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, because GTK apps can't be suid
-		Shutdown: suid program called by wmShutdown just to call /sbin/shutdown
+		wmshutdown: The dock itself, because GTK apps can't be suid
+		wmshutdown-run: 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.
 
-	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]
+	tar -zxvf wmshutdown-1.0.tar.gz
+	cd wmshutdown-1.0
+	./configure
+	make
+	make install [as root]
+
 
+4. License
 
-4. Licence
-	
 	wmShutdown is under GPL.
 
 5. Author
+
 	Rafael Vidal Aroca <rafael at linuxqos.cjb.net>
+	current maintainer:  Doug Torrance <dtorrance at monmouthcollege.edu>
 
 6. Todo
 	-Modal window for shutdown

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmshutdown.git



More information about the Pkg-wmaker-commits mailing list