Commit e826ab48 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Configured chkconfig to be usable from systemd

parent 75dac1fe
......@@ -2,4 +2,6 @@ all:
tar xf chkconfig-1.13.tar.gz
$(MAKE) -C chkconfig-1.13
$(MAKE) -C chkconfig-1.13 install
ln -s ../../..//sbin/chkconfig /lib/systemd/systemd-sysv-install
install -v -m755 -d /etc/rc0.d /etc/rc1.d /etc/rc2.d /etc/rc3.d /etc/rc4.d /etc/rc5.d /etc/rc6.d
rm -rf chkconfig-1.13
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment