1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-07 02:54:18 -04:00
This commit is contained in:
David Griffith 2019-03-12 05:23:40 -07:00
parent 21707ee005
commit cdc296f555

View File

@ -199,7 +199,7 @@ install-inetd: install-files install-docs install-root
echo update-inetd install worked ; \
else if grep '^gopher' $(INETD) >/dev/null 2>&1 ; then \
echo "::::: gopher entry in $(INETD) already present -- please check! :::::"; \
else echo "trying to add gopher entry to $(INETD)" ; \
else echo "Trying to add gopher entry to $(INETD)" ; \
echo "$(INETLIN)" >> $(INETD) ; \
if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \
else echo "::::: no PID for inetd found, not restarted -- please check! :::::" ; fi ; \