1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.7.1 and keep forbidden.

This commit is contained in:
Patrick Li 2002-01-26 14:58:57 +00:00
parent 4755be9d14
commit 694ed81f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53791
3 changed files with 2 additions and 20 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= launch.app
PORTVERSION= 0.7.0
PORTVERSION= 0.7.1
CATEGORIES= x11 windowmaker
MASTER_SITES= http://stepmaker.sourceforge.net/launch/
DISTNAME= ${PORTNAME:S/l/L/}-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (Launch.app-0.7.0.tar.gz) = b6ca0abd8dea0cac54daf33fba4db1e9
MD5 (Launch.app-0.7.1.tar.gz) = 25849532786aa0a8f76177f3b9164c6d

View File

@ -1,18 +0,0 @@
--- execute.c.orig Thu Oct 18 13:56:26 2001
+++ execute.c Thu Jan 10 13:48:12 2002
@@ -161,13 +161,13 @@
pid = fork ();
if (pid == 0)
{
- if (setuid (pw->pw_gid))
+ if (setgid (pw->pw_gid))
{
// fprintf (stderr, "unable to set group id\n");
SMRunAttentionPanel (wm_screen, LaunchPanel->window,
"Command Execution", "Unable to set group ID.", NULL, NULL, "Ok");
}
- if (setgid (pw->pw_uid))
+ if (setuid (pw->pw_uid))
{
// fprintf (stderr, "unable to set user id\n");
SMRunAttentionPanel (wm_screen, LaunchPanel->window,