ports/net/xbms/files/patch-server
Edwin Groothuis eab33012db New Port: net/xbms:
Xbms, the unix streaming server for xbox mediaplayer.
       With xbms, it is possible to 'share' movies, pictures
       and audio on your unix box, so they are accessible from your xbox.

PR:		ports/46384
Submitted by:	Jose Rey <king@v2project.com>
2003-01-17 00:30:39 +00:00

11 lines
299 B
Text

--- server.c.orig Fri Dec 20 00:00:41 2002
+++ server.c Fri Dec 20 00:00:55 2002
@@ -55,7 +55,7 @@
#define VERSION "0.30.5"
-#define CONFIG "/etc/xbms.conf"
+#define CONFIG "@@PREFIX@@/etc/xbms.conf"
#define PIDFILE "/var/run/xbms.pid"
#define C_SERVER_PORT 1400
#define MAX_MSG_LENGTH 4096