summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-04-22 18:12:31 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-04-22 18:12:31 +0000
commit405325bd568f8b32a9f2318e52419a0ef8b793d8 (patch)
treefe99dd16bdfd4e61d816b6e238fa131f66260673 /net-misc/apt-proxy/files
parentInstallation of apache1 and apache2 modules. Closes #40265. (Manifest recommit) (diff)
downloadgentoo-2-405325bd568f8b32a9f2318e52419a0ef8b793d8.tar.gz
gentoo-2-405325bd568f8b32a9f2318e52419a0ef8b793d8.tar.bz2
gentoo-2-405325bd568f8b32a9f2318e52419a0ef8b793d8.zip
Initial ebuild
Diffstat (limited to 'net-misc/apt-proxy/files')
-rw-r--r--net-misc/apt-proxy/files/apt-proxy17
-rw-r--r--net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch11
-rw-r--r--net-misc/apt-proxy/files/digest-apt-proxy-1.3.01
3 files changed, 29 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..e40e530b02f4
--- /dev/null
+++ b/net-misc/apt-proxy/files/apt-proxy
@@ -0,0 +1,17 @@
+# default: off
+# description: this is a proxy for debian packages.
+# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/files/apt-proxy,v 1.1 2004/04/22 18:12:31 mholzer Exp $
+
+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
+}
diff --git a/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch b/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch
new file mode 100644
index 000000000000..be30ff4d68fe
--- /dev/null
+++ b/net-misc/apt-proxy/files/apt-proxy-1.3.0-sh.patch
@@ -0,0 +1,11 @@
+--- apt-proxy 2002-04-04 14:30:19.000000000 +0200
++++ apt-proxy.new 2003-03-13 00:49:48.000000000 +0100
+@@ -1,5 +1,7 @@
+-#!/bin/ash
++#!/bin/sh
+ # (You may safely change the above to /bin/sh if you do not have ash available)
++### I really modified it (was /bin/ash)
++### Radek Podgorny <radek@podgorny.cz> (for Gentoo)
+ #
+ # $Id: apt-proxy-1.3.0-sh.patch,v 1.1 2004/04/22 18:12:31 mholzer Exp $
+ # Copyright Paul Russell <rusty@samba.org>
diff --git a/net-misc/apt-proxy/files/digest-apt-proxy-1.3.0 b/net-misc/apt-proxy/files/digest-apt-proxy-1.3.0
new file mode 100644
index 000000000000..15d86b6c309d
--- /dev/null
+++ b/net-misc/apt-proxy/files/digest-apt-proxy-1.3.0
@@ -0,0 +1 @@
+MD5 72573d1df60d267e7fcf16db519f1c7e apt-proxy_1.3.0.tar.gz 37951