1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 2.1.7a

This commit is contained in:
Hajimu UMEMOTO 2003-01-29 18:16:14 +00:00
parent 1c8227ad08
commit d3b01e704b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74219
3 changed files with 2 additions and 23 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gkrellm
PORTVERSION= 2.1.7
PORTVERSION= 2.1.7a
#PORTREVISION= 0
CATEGORIES= sysutils ipv6
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \

View File

@ -1 +1 @@
MD5 (gkrellm-2.1.7.tar.bz2) = 8a0cd5b4731e0db96b60f261e560038e
MD5 (gkrellm-2.1.7a.tar.bz2) = cc1a6c7d70e7c310292737c08d32cd5d

View File

@ -1,21 +0,0 @@
Index: server/main.c
diff -u server/main.c.orig server/main.c
--- server/main.c.orig Wed Jan 29 14:21:19 2003
+++ server/main.c Wed Jan 29 14:21:37 2003
@@ -661,8 +661,6 @@
read_config();
get_args(argc, argv);
- drop_privilleges();
-
if (detach_flag)
detach_from_terminal();
else
@@ -674,6 +672,7 @@
}
gkrellm_sys_main_init();
+ drop_privilleges();
g_thread_init(NULL);
_GK.start_time = time(0);