Added Systemctl daemon-reload to the install steps
parent
4995813b6e
commit
8067fc048d
1
Makefile
1
Makefile
|
|
@ -41,6 +41,7 @@ install: build
|
||||||
if [ ! -h /usr/lib/systemd/system/rhosts.timer ]; then \
|
if [ ! -h /usr/lib/systemd/system/rhosts.timer ]; then \
|
||||||
ln -s $(DATADIR)/rhosts/systemd/rhosts.timer /usr/lib/systemd/system/rhosts.timer \
|
ln -s $(DATADIR)/rhosts/systemd/rhosts.timer /usr/lib/systemd/system/rhosts.timer \
|
||||||
;fi
|
;fi
|
||||||
|
systemctl daemon-reload
|
||||||
.PHONY: uninstall
|
.PHONY: uninstall
|
||||||
uninstall:
|
uninstall:
|
||||||
if [ -f $(BINDIR)/rhosts ]; then \
|
if [ -f $(BINDIR)/rhosts ]; then \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue