forked from Lainports/freebsd-ports
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.
19 lines
437 B
Text
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
|