commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-254-g92a01


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-254-g92a0155
Date: Wed, 13 Mar 2013 22:10:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  92a015531592b9bb4ec83ea572f2d2288fed34e9 (commit)
      from  3389ecc4c9aa5cf2e5ea2d152e83de7c4d9d9082 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=92a015531592b9bb4ec83ea572f2d2288fed34e9


commit 92a015531592b9bb4ec83ea572f2d2288fed34e9
Author: Guillem Jover <address@hidden>
Date:   Wed Mar 13 23:03:14 2013 +0100

    Use standard suid-mode.

diff --git a/ChangeLog b/ChangeLog
index 8339f92..b3fa23a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-03-13  Guillem Jover  <address@hidden>
+
+       Use standard suid-mode for install.
+
+       * ping/Makefile.am (SUIDMODE): Change mode to `4755'.
+       * src/Makefile.am (SUIDMODE): Likewise.
+
 2013-03-13  Mats Erik Andersson  <address@hidden>
 
        rlogind: Initial PAM support.
diff --git a/ping/Makefile.am b/ping/Makefile.am
index d8d5fc5..99e04a9 100644
--- a/ping/Makefile.am
+++ b/ping/Makefile.am
@@ -37,7 +37,7 @@ ping_SOURCES = ping.c ping_common.c ping_echo.c 
ping_address.c \
   ping_router.c ping_timestamp.c ping_common.h  ping_impl.h ping.h libping.c
 ping6_SOURCES = ping6.c ping_common.c ping_common.h ping6.h
 
-SUIDMODE = -o root -m 4775
+SUIDMODE = -o root -m 4755
 
 install-ping-hook:
        address@hidden x in $(bin_PROGRAMS); do \
diff --git a/src/Makefile.am b/src/Makefile.am
index e8f6392..7cbcf98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -114,7 +114,7 @@ uucpd_SOURCES = uucpd.c
 uucpd_LDADD = $(LDADD) $(LIBCRYPT)
 EXTRA_PROGRAMS += uucpd
 
-SUIDMODE = -o root -m 4775
+SUIDMODE = -o root -m 4755
 
 install-exec-hook: $(traceroute_INSTALL_HOOK) $(rsh_INSTALL_HOOK) 
$(rlogin_INSTALL_HOOK) $(rcp_INSTALL_HOOK)
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 ping/Makefile.am |    2 +-
 src/Makefile.am  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]