mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
11 lines
326 B
C++
11 lines
326 B
C++
--- rtrmgr/xorpsh_main.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ rtrmgr/xorpsh_main.hh
|
|
@@ -151,7 +151,7 @@ private:
|
|
string _authfile;
|
|
string _authtoken;
|
|
bool _got_config;
|
|
- bool _got_modules;
|
|
+ // bool _got_modules;
|
|
string _configuration;
|
|
|
|
bool _xrl_generic_done; // XRL startup/shutdown flag
|