[Pkg-wmaker-commits] [wmload] 20/58: wmload: Remove ">/dev/console" from default command to execute on click.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:20 UTC 2015


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

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

commit 7cfd54f3db8b687c7d6aac5a42822c0a3c2e008d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Apr 7 02:45:20 2015 -0500

    wmload: Remove ">/dev/console" from default command to execute on click.
    
    Otherwise, user may receive "permission denied" errors.
---
 wmload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmload.c b/wmload.c
index 5713d7f..f08b9aa 100644
--- a/wmload.c
+++ b/wmload.c
@@ -58,7 +58,7 @@ Window iconwin, win;       /* My home is my window */
 char *ProgName;
 char *Geometry;
 char *LedColor = "LightSeaGreen";
-char Execute[] = "echo no program has been specified >/dev/console";
+char Execute[] = "echo no program has been specified";
 char *ERR_colorcells = "not enough free color cells\n";
 char *ampers = " &";
 

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



More information about the Pkg-wmaker-commits mailing list