I copied this from being a patch to being a file. Boy do I feel silly that

I forgot to stript the patch information from it.

Submitted by:	maintainer
This commit is contained in:
Bill Fumerola 1999-06-17 12:50:54 +00:00
parent 355f2a7175
commit 28766f8c52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19531

View File

@ -1,5 +1,2 @@
--- rtsp_proxy.sh Wed Dec 31 16:00:00 1969
+++ rtsp_proxy.sh Tue Jun 8 22:54:49 1999
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -x /usr/local/sbin/rtsp_proxy ] && /usr/local/sbin/rtsp_proxy > /dev/null & && echo $! > /var/run/rtsp_proxy.pid && echo -n ' rtsp_proxy'
#!/bin/sh
[ -x /usr/local/sbin/rtsp_proxy ] && /usr/local/sbin/rtsp_proxy > /dev/null & && echo $! > /var/run/rtsp_proxy.pid && echo -n ' rtsp_proxy'