From 7c22cef045d2b754f6f74295d0fa6ca47208ce41 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Thu, 28 Oct 2004 18:54:58 +0000 Subject: [PATCH] Okay, so I'm the bozo after all! Commit my change to add the setuid bit to dhcpd_makeconf.in --- db/GNUmakefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/GNUmakefile.in b/db/GNUmakefile.in index 329c51b513..c9bde6323f 100644 --- a/db/GNUmakefile.in +++ b/db/GNUmakefile.in @@ -38,6 +38,8 @@ install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_SCRIPTS)) \ post-install: chown root $(INSTALL_SBINDIR)/genelists chmod u+s $(INSTALL_SBINDIR)/genelists + chown root $(INSTALL_SBINDIR)/dhcpd_makeconf + chmod u+s $(INSTALL_SBINDIR)/dhcpd_makeconf # # Control node installation (okay, plastic) -- GitLab