mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
10 lines
303 B
C++
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
|
|
};
|