freebsd-ports/audio/lopster/files/patch-src::global.c
Kirill Ponomarev ec6a2c4c04 Update to 1.2.1
PR:		ports/69418
Submitted by:	Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by:	maintainer
2004-07-23 07:18:36 +00:00

11 lines
355 B
C

--- 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;