diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-17 23:39:09 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-17 23:39:09 +0200 |
commit | 67cd6b5ccbf103a66854e1c0176027d8c98435db (patch) | |
tree | 13337490faa09db655a7eda73563f2961888b3b0 /network/policyd2 | |
parent | 4fd3f0508a438604b9557b7f0a355462f4d13a5f (diff) |
network/policyd2: fix patch that got screwed up on import to git
Diffstat (limited to 'network/policyd2')
-rw-r--r-- | network/policyd2/patches/httpd_policyd2_conf.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/network/policyd2/patches/httpd_policyd2_conf.patch b/network/policyd2/patches/httpd_policyd2_conf.patch index d1f539d60ec3..35b5ea7c14c2 100644 --- a/network/policyd2/patches/httpd_policyd2_conf.patch +++ b/network/policyd2/patches/httpd_policyd2_conf.patch @@ -1,14 +1,14 @@ --- httpd-policyd2.conf.orig 2009-01-06 00:53:09.000000000 -0600 +++ httpd-policyd2.conf.new 2009-12-25 15:25:50.593040339 -0600 @@ -8,9 +8,9 @@ - # as well as the authors' long time involvement in large scale mail - # hosting industry. - --Alias /cluebringer /usr/share/cluebringer/webui -+Alias /policyd2 @DOCROOT@/policyd2-webui - --<Directory /usr/share/cluebringer/webui> -+<Directory @DOCROOT@/policyd2-webui> - # Comment out the following 3 lines to make web ui accessible from anywhere - Order Deny,Allow - Deny from all + # as well as the authors' long time involvement in large scale mail
+ # hosting industry.
+
+-Alias /cluebringer /usr/share/cluebringer/webui
++Alias /policyd2 @DOCROOT@/policyd2-webui
+
+-<Directory /usr/share/cluebringer/webui>
++<Directory @DOCROOT@/policyd2-webui>
+ # Comment out the following 3 lines to make web ui accessible from anywhere
+ Order Deny,Allow
+ Deny from all
|