mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-01-03 14:56:43 -05:00
Slight tweak to make update-inetd happy.
This commit is contained in:
parent
7c2645b43d
commit
21707ee005
2
Makefile
2
Makefile
@ -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! :::::"; \
|
||||
|
Loading…
Reference in New Issue
Block a user