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_6-94-gd3ab39a


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-94-gd3ab39a
Date: Sat, 14 Nov 2009 16:58:14 +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  d3ab39aecbfa6e10622e59263d4620fa490cf40c (commit)
       via  1cad30e67013374684b094c56ab487a7df241adf (commit)
      from  f5402bc6eb50e263087ff5c9f2c4e0275b5b7dd1 (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=d3ab39aecbfa6e10622e59263d4620fa490cf40c


commit d3ab39aecbfa6e10622e59263d4620fa490cf40c
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 14 17:58:06 2009 +0100

    rcp/rcp.c (RCP_MODEMASK): Use S_ISVTX instead of S_ISTXT.

diff --git a/ChangeLog b/ChangeLog
index 7a4ea2a..97320f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-11-14  Simon Josefsson  <address@hidden>
 
+       * rcp/rcp.c (RCP_MODEMASK): Use S_ISVTX instead of S_ISTXT.
+
+2009-11-14  Simon Josefsson  <address@hidden>
+
        * ifconfig/system.c: Include config.h properly.
        * libinetutils/argcv.c: Likewise.
        * libinetutils/defauthors.c: Likewise.
diff --git a/rcp/rcp.c b/rcp/rcp.c
index 34af034..48aaa52 100644
--- a/rcp/rcp.c
+++ b/rcp/rcp.c
@@ -585,7 +585,7 @@ source (int argc, char *argv[])
          if (response () < 0)
            goto next;
        }
-#define RCP_MODEMASK   (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
+#define RCP_MODEMASK   (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
       snprintf (buf, sizeof buf,
                (sizeof (stb.st_size) > sizeof (long)
                 ? "C%04o %qd %s\n"

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1cad30e67013374684b094c56ab487a7df241adf


commit d3ab39aecbfa6e10622e59263d4620fa490cf40c
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 14 17:58:06 2009 +0100

    rcp/rcp.c (RCP_MODEMASK): Use S_ISVTX instead of S_ISTXT.

diff --git a/ChangeLog b/ChangeLog
index 7a4ea2a..97320f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-11-14  Simon Josefsson  <address@hidden>
 
+       * rcp/rcp.c (RCP_MODEMASK): Use S_ISVTX instead of S_ISTXT.
+
+2009-11-14  Simon Josefsson  <address@hidden>
+
        * ifconfig/system.c: Include config.h properly.
        * libinetutils/argcv.c: Likewise.
        * libinetutils/defauthors.c: Likewise.
diff --git a/rcp/rcp.c b/rcp/rcp.c
index 34af034..48aaa52 100644
--- a/rcp/rcp.c
+++ b/rcp/rcp.c
@@ -585,7 +585,7 @@ source (int argc, char *argv[])
          if (response () < 0)
            goto next;
        }
-#define RCP_MODEMASK   (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
+#define RCP_MODEMASK   (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
       snprintf (buf, sizeof buf,
                (sizeof (stb.st_size) > sizeof (long)
                 ? "C%04o %qd %s\n"

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

Summary of changes:
 ChangeLog                 |   27 +++++++++++++++++++++++++++
 ifconfig/system.c         |    2 ++
 libinetutils/argcv.c      |    2 ++
 libinetutils/defauthors.c |    2 ++
 libinetutils/logwtmpko.c  |    2 ++
 libtelnet/forward.c       |    2 ++
 rcp/rcp.c                 |    2 +-
 talk/init_disp.c          |    6 ++----
 talkd/acl.c               |    2 ++
 talkd/announce.c          |    2 ++
 talkd/print.c             |    2 ++
 talkd/process.c           |    2 ++
 talkd/table.c             |    2 ++
 telnet/ring.c             |    6 ++----
 telnetd/pty.c             |    2 ++
 telnetd/slc.c             |    2 ++
 telnetd/state.c           |    2 ++
 telnetd/telnetd.c         |    2 ++
 telnetd/term.c            |    2 ++
 telnetd/termstat.c        |    2 ++
 telnetd/utility.c         |    2 ++
 tests/localhost.c         |    2 ++
 22 files changed, 68 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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