freebsd-ports/net/xorp/files/patch-rtrmgr__userdb.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

10 lines
211 B
C++

--- rtrmgr/userdb.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/userdb.hh
@@ -98,6 +98,7 @@ public:
private:
map<uid_t, User*> _users;
+public:
bool _verbose; // Set to true if output is verbose
};