mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
28766f8c52
I forgot to stript the patch information from it. Submitted by: maintainer
3 lines
150 B
Bash
3 lines
150 B
Bash
#!/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'
|