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:
parent
355f2a7175
commit
28766f8c52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19531
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user