diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | packaging/redhat/tinyproxy-1.5.2-config-patch | 18 | ||||
-rw-r--r-- | packaging/redhat/tinyproxy.spec | 2 |
3 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am index eedd723..6228171 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ # Redhat spec files (from RPMs) REDHAT_DIR = packaging/redhat REDHAT = \ - $(REDHAT_DIR)/tinyproxy-1.5.2-config-patch \ $(REDHAT_DIR)/tinyproxy-initd \ $(REDHAT_DIR)/tinyproxy.spec diff --git a/packaging/redhat/tinyproxy-1.5.2-config-patch b/packaging/redhat/tinyproxy-1.5.2-config-patch deleted file mode 100644 index a54dd3a..0000000 --- a/packaging/redhat/tinyproxy-1.5.2-config-patch +++ /dev/null @@ -1,18 +0,0 @@ ---- doc/tinyproxy.conf 2003-02-01 22:03:25.000000000 -0500 -+++ doc/tinyproxy.conf 2003-02-01 22:05:01.000000000 -0500 -@@ -7,7 +7,7 @@ - # has been bound. - # - User nobody --Group nogroup -+Group nobody - - # - # Port to listen on. -## -108,7 +108,7 @@ - # are tested against the controls based on order. - # - Allow 127.0.0.1 -- Allow 192.168.1.0/25 -+# Allow 192.168.1.0/25 - diff --git a/packaging/redhat/tinyproxy.spec b/packaging/redhat/tinyproxy.spec index c234f33..7ef87fc 100644 --- a/packaging/redhat/tinyproxy.spec +++ b/packaging/redhat/tinyproxy.spec @@ -9,7 +9,6 @@ Prefix: %{_prefix} Packager: S. A. Hutchins <sh4d0wstr1f3@yahoo.com> Source: tinyproxy-1.5.2.tar.gz Source1: tinyproxy-initd -Patch0: tinyproxy-1.5.2-config-patch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -20,7 +19,6 @@ intensive, or a security risk. %prep %setup -%patch %build ./configure --enable-transparent-proxy --prefix=%{_prefix} \ |