1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-29 04:45:56 -04:00

Slight tweak to make update-inetd happy.

This commit is contained in:
David Griffith 2019-03-12 05:18:43 -07:00
parent 7c2645b43d
commit 21707ee005

View File

@ -195,7 +195,7 @@ install-root:
@echo
install-inetd: install-files install-docs install-root
@if update-inetd --add "$(INETLIN)"; then \
@if update-inetd --add $(INETLIN); then \
echo update-inetd install worked ; \
else if grep '^gopher' $(INETD) >/dev/null 2>&1 ; then \
echo "::::: gopher entry in $(INETD) already present -- please check! :::::"; \