diff options
author | Marty Connor <mdc@etherboot.org> | 2010-01-16 21:47:39 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-16 21:47:39 -0500 |
commit | 330abebddf67ab27998f64070f27d5874cbc7b06 (patch) | |
tree | 08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/t2hproxy/t2hproxy.xinetd | |
parent | 37883e99fd791571c6771c9d1d8721a11e7e8a8f (diff) | |
download | ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz |
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been
moved to a separate git repository:
http://git.etherboot.org/?p=contrib.git;a=summary
or the Etherboot Project wiki:
http://etherboot.org/
Diffstat (limited to 'contrib/t2hproxy/t2hproxy.xinetd')
-rw-r--r-- | contrib/t2hproxy/t2hproxy.xinetd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/t2hproxy/t2hproxy.xinetd b/contrib/t2hproxy/t2hproxy.xinetd deleted file mode 100644 index ea6a03f1e..000000000 --- a/contrib/t2hproxy/t2hproxy.xinetd +++ /dev/null @@ -1,29 +0,0 @@ -# Description: tftp to http proxy -# A sample config file for xinetd, edit and put in /etc/xinetd.d -# then killall -HUP xinetd, or restart xinetd - -service t2hproxy -{ - type = UNLISTED - id = t2hproxy - socket_type = dgram - protocol = udp -# -# The pathname to where you have installed it -# - server = /usr/local/sbin/t2hproxy.pl -# -# If your filenames don't start with /, then the trailing -# slash is needed -# - server_args = --prefix http://localhost/ -# -# --proxy http://proxyhost:3128/ can also be appended -# - log_type = FILE /var/log/t2hproxy.log - user = nobody - wait = yes - instances = 10 - disable = no - port = 69 -} |