summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/apt-proxy/files/apt-proxy')
-rw-r--r--net-misc/apt-proxy/files/apt-proxy17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/apt-proxy/files/apt-proxy b/net-misc/apt-proxy/files/apt-proxy
new file mode 100644
index 000000000000..40db15ac96e9
--- /dev/null
+++ b/net-misc/apt-proxy/files/apt-proxy
@@ -0,0 +1,17 @@
+# default: off
+# description: this is a proxy for debian packages.
+# $Id$
+
+service apt-proxy
+{
+ type = UNLISTED
+ port = 9999
+ protocol = tcp
+ socket_type = stream
+ only_from = 0.0.0.0
+ wait = no
+ user = apt-proxy
+ server = /usr/sbin/apt-proxy
+ server_args = /var/log/apt-proxy.log
+ disable = yes
+}