proxy/proxy/spacewalk-proxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0ee996b7cbec936d98971b8fcf9a742bc2365845 Author: Miroslav Suchý msuchy@redhat.com Date: Wed Sep 1 19:03:01 2010 +0200
629330 - do not remove /var/spool/rhn-proxy/list itself, only its content
diff --git a/proxy/proxy/spacewalk-proxy.spec b/proxy/proxy/spacewalk-proxy.spec index 8c45659..3181b1b 100644 --- a/proxy/proxy/spacewalk-proxy.spec +++ b/proxy/proxy/spacewalk-proxy.spec @@ -200,7 +200,7 @@ if [ -f $RHN_CONFIG_PY ] ; then fi fi
-rm -rf $RHN_PKG_DIR/list +rm -rf $RHN_PKG_DIR/list/*
# Make sure the scriptlet returns with success exit 0
spacewalk-commits@lists.fedorahosted.org