View | Details | Raw Unified | Return to bug 46339 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-clientchk (+20 lines)
Added Link Here
1
--- scripts/clientchk.orig	Thu Oct 24 18:48:35 2002
2
+++ scripts/clientchk	Wed Dec 18 02:41:57 2002
3
@@ -31,7 +31,7 @@
4
 # variables:
5
 
6
 # client: This is the path to the client program.
7
-client="/usr/sbin/upclient"
8
+client="%%PREFIX%%/sbin/upclient"
9
 
10
 # clientpid: This is the path to the client PID file.
11
 clientpid="/var/run/upclient.pid"
12
@@ -43,7 +43,7 @@
13
 
14
 # chdirectroy: If we need to change directory before running the client,
15
 #  enter it here.
16
-chdirectory=""
17
+chdirectory="/"
18
 
19
 # You can leave deletefiles or chdirector empty if you don't need them.
20
 # However, you NEED client and clientpid.
(-)files/patch-transmit.c (+12 lines)
Added Link Here
1
--- src/transmit.c.orig	Sat Nov 30 03:27:16 2002
2
+++ src/transmit.c	Wed Dec 18 03:30:45 2002
3
@@ -45,8 +45,8 @@
4
 #endif /* !PLATFORM_WINNT */
5
 
6
 #if !defined PLATFORM_WINNT && !defined PLATFORM_BEOS
7
-#   include <arpa/inet.h>       /* htons(), in_addr_t */
8
 #   include <netinet/in.h>
9
+#   include <arpa/inet.h>       /* htons(), in_addr_t */
10
 #endif
11
 /* Some Linux with old system headers might need this */
12
 /* #if defined PLATFORM_LINUX

Return to bug 46339