1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-p2p/lopster/files/patch-src-global.c
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

15 lines
449 B
C

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;