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 2cd644b7cbe40992224d8e2ac3577c63e0369fb8 (commit)
from aa0bc87caab6ddaf73aa1d99a613869b2e5c9450 (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=2cd644b7cbe40992224d8e2ac3577c63e0369fb8
commit 2cd644b7cbe40992224d8e2ac3577c63e0369fb8
Author: Mats Erik Andersson <[email protected]>
Date: Wed Feb 12 12:26:42 2014 +0100
ifconfig: Convenience format named `check'.
diff --git a/ChangeLog b/ChangeLog
index bb11459..d6ad8da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2013-02-09 Mats Erik Andersson <[email protected]>
+2014-02-12 Mats Erik Andersson <[email protected]>
+
+ * ifconfig/options.c (formats): Add format `check'
+ as a synonym for `check-existence'.
+
+2014-02-09 Mats Erik Andersson <[email protected]>
ftp: Detect one-time passwords.
RFC 2228 reserves response code 336 for replies
diff --git a/ifconfig/options.c b/ifconfig/options.c
index 1cc3599..5e7265a 100644
--- a/ifconfig/options.c
+++ b/ifconfig/options.c
@@ -185,6 +185,10 @@ struct format formats[] = {
"${brdaddr?}{ broadcast ${brdaddr}}" "${mtu?}{ ipmtu ${mtu}}${\\n}}"
"}"
},
+ {"check",
+ "Shorthand for `check-existence'.",
+ "${format}{check-existence}"
+ },
/* If interface does not exist, print error message and exit. */
{"check-existence",
"If interface does not exist, print error message and exit.",
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 ++++++-
ifconfig/options.c | 4 ++++
2 files changed, 10 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils