ports/net/xorp/files/patch-rtrmgr__module_command.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
303 B
C++

--- rtrmgr/module_command.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/module_command.hh
@@ -87,6 +87,7 @@ private:
Action* _status_method;
Action* _startup_method;
Action* _shutdown_method;
+public:
bool _execute_done;
bool _verbose; // Set to true if output is verbose
};