mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
154 B
Bash
12 lines
154 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/bin/tinyproxy"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_pre() {
|
|
install -d -o _tinyproxy -g _tinyproxy /var/run/tinyproxy
|
|
}
|
|
|
|
rc_cmd $1
|