diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 21:54:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 21:54:59 +0000 |
commit | 54dc2eefdab938ae2b410e756853cd13e4aaf074 (patch) | |
tree | 962ae154fb3cfc79c860e04a7f680db1f8814018 /net/xorp/files/patch-rtrmgr__cli.cc | |
parent | - mark forbidden if build with Apache modules (not the default) (diff) |
- Update to 1.8.5
- Unbreak and unexpire
- Stage support
PR: ports/186982
Submitted by: Johannes 5 Joemann
Notes
Notes:
svn path=/head/; revision=346231
Diffstat (limited to 'net/xorp/files/patch-rtrmgr__cli.cc')
-rw-r--r-- | net/xorp/files/patch-rtrmgr__cli.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/xorp/files/patch-rtrmgr__cli.cc b/net/xorp/files/patch-rtrmgr__cli.cc new file mode 100644 index 000000000000..60f30869888c --- /dev/null +++ b/net/xorp/files/patch-rtrmgr__cli.cc @@ -0,0 +1,20 @@ +--- ./rtrmgr/cli.cc.orig 2011-03-16 21:16:13.000000000 +0000 ++++ ./rtrmgr/cli.cc 2014-02-26 21:17:13.000000000 +0000 +@@ -741,7 +741,7 @@ + path = token_vector2line(command_global_name); + XLOG_ASSERT(path.substr(0, 4) == "help"); + if (path.size() == 4) { +- trimmed_path == ""; ++ trimmed_path = ""; + } else { + XLOG_ASSERT(path.substr(0, 5) == "help "); + trimmed_path = path.substr(5, path.size() - 5); +@@ -1062,7 +1062,7 @@ + path = token_vector2line(command_global_name); + XLOG_ASSERT(path.substr(0, 4) == "help"); + if (path.size() == 4) { +- trimmed_path == ""; ++ trimmed_path = ""; + } else { + XLOG_ASSERT(path.substr(0, 5) == "help "); + trimmed_path = path.substr(5, path.size() - 5); |