We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

view media-tv/plex-media-server/files/start_pms_1.patch @ 11:60c9e5c6cdce

added ebuild for pms 0.9.6.4 and fixed config script usage that failed since at least 2 versions
author gsnerf <gsnerf@gsnerf.de>
date Sat, 30 Jun 2012 12:36:26 +0200
parents
children
line wrap: on
line source

*** start_pms_old	2012-06-30 12:06:14.000000000 +0200
--- start_pms	2012-06-30 12:08:33.000000000 +0200
***************
*** 7,13 ****
  export PLEX_MEDIA_SERVER_TMPDIR=/tmp
  export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application Support"
  
! test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
  
  export LD_LIBRARY_PATH="${PLEX_MEDIA_SERVER_HOME}"
  export TMPDIR="${PLEX_MEDIA_SERVER_TMPDIR}"
--- 7,13 ----
  export PLEX_MEDIA_SERVER_TMPDIR=/tmp
  export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application Support"
  
! test -f /etc/plex/plexmediaserver.conf && . /etc/plex/plexmediaserver.conf
  
  export LD_LIBRARY_PATH="${PLEX_MEDIA_SERVER_HOME}"
  export TMPDIR="${PLEX_MEDIA_SERVER_TMPDIR}"