pkgsrc/multimedia/ccxstream/patches/patch-aa
wiz 5453d7416c Initial import of ccxstream-1.0.15, packaged for wip by Guillaume
Lasmayous.

Program for streaming multimedia content to XBox Media Center over XBMSP
protocol.
2009-11-27 08:38:49 +00:00

13 lines
314 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
--- xbmsp-rc.orig 2003-03-17 14:29:15.000000000 +0000
+++ xbmsp-rc
@@ -26,7 +26,7 @@ fi
PARAMS="-f -F $PIDFILE -r $DIR -u $RUNASUSER"
-if test "$FOLLOWSYMLINKS" == "YES" ; then
+if test "$FOLLOWSYMLINKS" = "YES" ; then
PARAMS="$PARAMS -L"
fi