summaryrefslogblamecommitdiff
path: root/net/delegate/files/delegated.sh
blob: a8997bcba303a1fd5ca61b0096150c3d922e7c6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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