Add extra log folder /var/log/rhn/tasko/sat/ in spacewalk-debug. --- backend/satellite_tools/spacewalk-debug | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/backend/satellite_tools/spacewalk-debug b/backend/satellite_tools/spacewalk-debug index 31b952f..83c8b40 100755 --- a/backend/satellite_tools/spacewalk-debug +++ b/backend/satellite_tools/spacewalk-debug @@ -96,6 +96,7 @@ mkdir -p $DIR/rhn-logs mkdir -p $DIR/kickstarts mkdir -p $DIR/database mkdir -p $DIR/cobbler-lib +mkdir -p $DIR/tasko echo " * copying configuration information" cp -fapRd /etc/apache2/conf* $DIR/conf/httpd @@ -293,6 +294,11 @@ if [ -f /var/log/audit/audit.log ] ; then cp -fa /var/log/audit/audit.log $DIR/audit-log fi +if [ -d /var/log/rhn/tasko/sat ] ; then + echo " * copying tasko/sat" + cp -fa /var/log/rhn/tasko/sat $DIR/tasko +fi + if [ $IS_SUSE -eq 1 ]; then echo " * requesting NCC data" mkdir -p $DIR/nccdata -- 1.8.4 _______________________________________________ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel