summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/pre.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 2e5b6834c..75ee61788 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 20 14:27:19 1997 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * pre.in (INSTALL_SETUID): Explicitly set the owner of the files
+ which are installed setuid root.
+
Wed Aug 6 20:23:32 1997 Tom Yu <tlyu@mit.edu>
* pre.in: Add $(HESIOD_LIBS) to KADMSRV_LIBS.
diff --git a/src/config/pre.in b/src/config/pre.in
index c6d12cf0b..4cf44bfd6 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -80,7 +80,7 @@ CLNTDEPLIBS = @CLNTDEPLIBS@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
INSTALL_DATA=@INSTALL_DATA@
-INSTALL_SETUID=$(INSTALL) -s -m 4755
+INSTALL_SETUID=$(INSTALL) -s -m 4755 -o root
## This is needed because autoconf will sometimes define @exec_prefix@ to be
## ${prefix}.
prefix=@prefix@