Hello, 

This is a complementary patch for commit
8994dccc7d499e6acb4a14ab5f04d0bd468f191d which removes the files
$HTTPDCONFD_DIR/proxy_redirect.conf and
$HTTPDCONFD_DIR/proxy_broker.conf that also does not exists. 


[root@server ~]# echo $HTTPDCONFD_DIR
/etc/httpd/conf.d

[root@server ~]# ls -la $HTTPDCONFD_DIR/proxy_broker.conf
ls: /etc/httpd/conf.d/proxy_broker.conf: No such file or directory

[root@server ~]# $HTTPDCONFD_DIR/proxy_redirect.conf
-bash: /etc/httpd/conf.d/proxy_redirect.conf: No such file or directory

Thank you!


Cheers, 
Marcelo


-- 
Marcelo Moreira de Mello <mme...@redhat.com>
Red Hat Inc.
From: Marcelo Moreira de Mello <mme...@redhat.com>
Date: Wed, 27 Apr 2011 09:55:53 -0300
Subject: [PATCH] 648868 - do not put proxy_broker.conf and proxy_redirect.conf  to configuration channel

---
 proxy/installer/configure-proxy.sh |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/proxy/installer/configure-proxy.sh b/proxy/installer/configure-proxy.sh
index b78ac52..75d857c 100755
--- a/proxy/installer/configure-proxy.sh
+++ b/proxy/installer/configure-proxy.sh
@@ -489,8 +489,6 @@ if [ "$POPULATE_CONFIG_CHANNEL" = "1" ]; then
                 $SQUID_DIR/squid.conf \
                 $HTTPDCONFD_DIR/cobbler-proxy.conf \
                 $HTTPDCONF_DIR/httpd.conf \
-                $HTTPDCONFD_DIR/proxy_broker.conf \
-                $HTTPDCONFD_DIR/proxy_redirect.conf \
                 $JABBERD_DIR/c2s.xml \
                 $JABBERD_DIR/sm.xml
 fi
-- 
1.7.1

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to