summaryrefslogtreecommitdiff
path: root/net/delegate/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-02-12 15:49:28 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-02-12 15:49:28 +0000
commit9b85add6f8a4356497aac4003db7ae97dcfb46a0 (patch)
treeae226dace50b8b1ae6c302a7ac681d26b2f3269c /net/delegate/files
parentChange $FreeBSD$ back to $Id$. I'm sorry, but it's been too long and (diff)
New port, DeleGate:
General purpose TCP/IP proxy system
Notes
Notes: svn path=/head/; revision=5585
Diffstat (limited to 'net/delegate/files')
-rw-r--r--net/delegate/files/delegated.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/delegate/files/delegated.sh b/net/delegate/files/delegated.sh
new file mode 100644
index 000000000000..a8997bcba303
--- /dev/null
+++ b/net/delegate/files/delegated.sh
@@ -0,0 +1,13 @@
+#!/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