[Pkg-wmaker-commits] [wmshutdown] 38/173: debian/patches/10-name-change.dpatch: refresh, fix name wsmhutdown-run

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:22 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 7ca8b29c95142fcc751ea968e7be3e476bce6871
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Tue Dec 8 14:06:25 2009 +0200

    debian/patches/10-name-change.dpatch: refresh, fix name wsmhutdown-run
---
 debian/patches/10-name-change.dpatch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/patches/10-name-change.dpatch b/debian/patches/10-name-change.dpatch
index e65fa0c..254f263 100755
--- a/debian/patches/10-name-change.dpatch
+++ b/debian/patches/10-name-change.dpatch
@@ -2,16 +2,18 @@
 ## /tmp/name-change.patch.dpatch by  <jari.aalto at cante.net>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: fd
+## DP: e7
 ## DP: Author: Jari Aalto <jari.aalto at cante.net>
 ## DP: 
 ## DP: 
 ## DP:     wmShutdown.c: change names
+## DP:     
+## DP:     Signed-off-by: Jari Aalto <jari.aalto at cante.net>
 
 @DPATCH@
 
 diff --git a/wmShutdown.c b/wmShutdown.c
-index 7f7e14e..96996bc 100644
+index 7f7e14e..85abc77 100644
 --- a/wmShutdown.c
 +++ b/wmShutdown.c
 @@ -57,7 +57,7 @@ int desliga(void) {
@@ -28,7 +30,7 @@ index 7f7e14e..96996bc 100644
  	char *teste;
  
 -	output = popen("/usr/local/bin/Shutdown -r", "r");
-+	output = popen("/usr/bin/wmhutdown-run -r", "r");
++	output = popen("/usr/bin/wsmhutdown-run -r", "r");
  	teste = (char*) fgetc(output);
  	while ((int)teste != EOF) {
  		g_print("%c", teste);

-- 
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