2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Install dhclient-script in /etc, not in /

This commit is contained in:
Ted Lemon 1997-03-05 06:23:12 +00:00
parent a62eea55ac
commit 8314a2823c

View File

@ -47,8 +47,8 @@ install: $(PROG) $(CATMANPAGES)
if [ x$(SCRIPT) = xnone ]; then \
echo "No client script available."; \
else \
$(INSTALL) scripts/$(SCRIPT) $(ETCDIR)/dhclient-script; \
$(CHMOD) 700 $(ETCDIR)/dhclient-script; \
$(INSTALL) scripts/$(SCRIPT) $(ETC)/dhclient-script; \
$(CHMOD) 700 $(ETC)/dhclient-script; \
fi
if [ ! -d $(ADMMANDIR) ]; then \
mkdir $(ADMMANDIR); \