blob: e1d031fb22ecd95349afad95caca01fa60545e58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
This used to be patch-src::global.c, but has been moved to stop using
colons in patch names.
--- src/global.c.orig Sat Jul 3 19:19:19 2004
+++ src/global.c Thu Jul 22 14:03:01 2004
@@ -3588,7 +3588,7 @@
global.allowed_ports = NULL;
global.auto_save = NULL;
- global.ping_command = g_strdup("/bin/ping -c 3 $IP");
+ global.ping_command = g_strdup("/sbin/ping -c 3 $IP");
global.browse_width[0] = 369;
global.browse_width[1] = 80;
|