diff options
author | wiz <wiz> | 2009-11-27 08:38:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-27 08:38:49 +0000 |
commit | c31ca0e1c16d6a00e4aee215816250aa016f76df (patch) | |
tree | e4bb7a73e21b2558dec108626d6ee39b5a021489 /multimedia/ccxstream/patches | |
parent | 78581181ecb6f535a5d7e8c54146cbb15911a6f0 (diff) | |
download | pkgsrc-c31ca0e1c16d6a00e4aee215816250aa016f76df.tar.gz |
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.
Diffstat (limited to 'multimedia/ccxstream/patches')
-rw-r--r-- | multimedia/ccxstream/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/ccxstream/patches/patch-aa b/multimedia/ccxstream/patches/patch-aa new file mode 100644 index 00000000000..6a30db8e5e6 --- /dev/null +++ b/multimedia/ccxstream/patches/patch-aa @@ -0,0 +1,13 @@ +$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 + |