diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-20 00:40:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-20 00:40:01 +0000 |
commit | adb7ab81e7338ba82f704f2d6b8ee42d6312dfc1 (patch) | |
tree | a6a295026da8abc777d517839e0f2684a6071d17 /net/wmnet2/files/patch-ac | |
parent | - This port uses varargs functionality which can't be easily updated (diff) |
- Maintainer update to make it work on recent -CURRENT
PR: ports/60095
Submitted by: Dark Schneider <flag@gufi.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=96244
Diffstat (limited to 'net/wmnet2/files/patch-ac')
-rw-r--r-- | net/wmnet2/files/patch-ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/wmnet2/files/patch-ac b/net/wmnet2/files/patch-ac deleted file mode 100644 index 6f1bac1ac955..000000000000 --- a/net/wmnet2/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- wmnet.c.orig Thu May 4 21:01:14 2000 -+++ wmnet.c Wed Dec 19 17:43:40 2001 -@@ -732,6 +732,7 @@ - case ButtonPress: - if(event.xbutton.button == Button1 && click_command != NULL) { - if (fork() == 0) { -+ setgid(getgid()); - execl("/bin/sh", "sh", "-c", click_command, NULL); - perror("wmnet: execl()"); - exit(15); |