1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/delegate/files/delegated.sh
Masafumi Max NAKANE 9b85add6f8 New port, DeleGate:
General purpose TCP/IP proxy system
1997-02-12 15:49:28 +00:00

14 lines
314 B
Bash

#!/bin/sh
if [ -x /usr/local/sbin/delegated ]; then
echo -n ' delegated'
/usr/local/sbin/delegated -P8080 \
MANAGER=delegate-master@your.host.domain \
CHARCODE=JIS \
CACHEDIR=/var/spool/delegate/cache \
EXPIRE=7d \
RELIABLE=hostname \
> /dev/null 2>&1
fi