Removed debug output.
This commit is contained in:
parent
d8f74a3182
commit
3f09d0ff1e
@ -382,8 +382,6 @@ LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
|
|||||||
# Save the current service runlevel info,
|
# Save the current service runlevel info,
|
||||||
# User must manually run systemd-sysv-convert --apply snmpd
|
# User must manually run systemd-sysv-convert --apply snmpd
|
||||||
# to migrate them to systemd targets
|
# 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 snmpd >/dev/null 2>&1 ||:
|
||||||
/usr/bin/systemd-sysv-convert --save snmptrapd >/dev/null 2>&1 ||:
|
/usr/bin/systemd-sysv-convert --save snmptrapd >/dev/null 2>&1 ||:
|
||||||
/sbin/chkconfig --del snmpd >/dev/null 2>&1 || :
|
/sbin/chkconfig --del snmpd >/dev/null 2>&1 || :
|
||||||
|
Loading…
Reference in New Issue
Block a user