]> git.pld-linux.org Git - packages/gcivserv.git/commitdiff
Environment patch from Wieslaw Kierbedz
authorJacek Rzęsista <jasio@jcentrum.net>
Wed, 16 Apr 2003 20:13:48 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcivserv-enviroment.patch -> 1.1

gcivserv-enviroment.patch [new file with mode: 0644]

diff --git a/gcivserv-enviroment.patch b/gcivserv-enviroment.patch
new file mode 100644 (file)
index 0000000..1bda86b
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./src/callbacks.c.orig     Sat Jan  6 22:07:17 2001
++++ ./src/callbacks.c  Tue Apr  8 00:29:01 2003
+@@ -95,7 +95,7 @@
+   char* smetaserver = gtk_entry_get_text( GTK_ENTRY(pmetaserver) );
+   char* shostid     = gtk_entry_get_text( GTK_ENTRY(phostid)     );
+   
+-  char server[1024]="export LANG=C;civserver";
++  char server[1024]="/usr/bin/civserver";
+   
+   if(sgame[0]!=0){
+     strcat(server," -f ");
This page took 0.071237 seconds and 4 git commands to generate.