freebsd-ports/net/tcserver/files/patch-ab
Chris D. Faulhaber 6d6f126f30 - Use pid-file by default so the server can be easily shutdown using the
etc/rc.d/tcserver.sh script.
- Remove pid-file after server is shutdown (server does not overwrite an
  existing pid-file), otherwise subsequent shutdown operations will not
  work due to an invalid pid.
2000-09-08 16:39:07 +00:00

19 lines
437 B
Text

--- tcserver.cfg-dist.orig Mon Jun 12 16:29:03 2000
+++ tcserver.cfg-dist Fri Sep 8 12:19:20 2000
@@ -1,12 +1,10 @@
[config]
-CONTENT_DIR=content
+CONTENT_DIR=__PREFIX__/share/tcserver/content
RTSP_PORTS=554,7070
-#RTSP_PORTS=80,554,7070
-# use the above RTSP_PORTS line if you want to support QuickTime
-# HTTP Streaming on port 80
-
-LOGGING_DIR=logs
+LOGGING_DIR=__LOG_DIR__
LOGGING=yes
+
+PID_FILE=__PID_DIR__/tcserver.pid