diff options
Diffstat (limited to 'net-p2p/lopster/files/patch-src-global.c')
-rw-r--r-- | net-p2p/lopster/files/patch-src-global.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-p2p/lopster/files/patch-src-global.c b/net-p2p/lopster/files/patch-src-global.c deleted file mode 100644 index 67cb8ad4d0fc..000000000000 --- a/net-p2p/lopster/files/patch-src-global.c +++ /dev/null @@ -1,14 +0,0 @@ -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; |