Removed debug output.

This commit is contained in:
Jan Safranek 2013-02-07 10:31:48 +01:00
parent d8f74a3182
commit 3f09d0ff1e

View File

@ -382,8 +382,6 @@ LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
# Save the current service runlevel info,
# User must manually run systemd-sysv-convert --apply snmpd
# to migrate them to systemd targets
echo "hello world" >> /tmp/snmp
echo date >>/tmp/snmp
/usr/bin/systemd-sysv-convert --save snmpd >/dev/null 2>&1 ||:
/usr/bin/systemd-sysv-convert --save snmptrapd >/dev/null 2>&1 ||:
/sbin/chkconfig --del snmpd >/dev/null 2>&1 || :