rib: Making single configuration file for both nrd and nfd

Change-Id: I4f03896459e8dc8564c44a7b610cd1351473d966
Refs: #1486, #1412
diff --git a/daemon/main.cpp b/daemon/main.cpp
index 4ff0264..5fd159f 100644
--- a/daemon/main.cpp
+++ b/daemon/main.cpp
@@ -37,7 +37,7 @@
 
 namespace nfd {
 
-NFD_LOG_INIT("Main");
+NFD_LOG_INIT("NFD");
 
 struct ProgramOptions
 {
@@ -199,7 +199,7 @@
         signalNo == SIGTERM)
       {
         getGlobalIoService().stop();
-        std::cout << "Caught signal '" << strsignal(signalNo) << "', exiting..." << std::endl;
+        NFD_LOG_INFO("Caught signal '" << strsignal(signalNo) << "', exiting...");
       }
     else
       {
@@ -227,6 +227,7 @@
     "log",
     "face_system",
     "authorizations",
+    "rib_security",
   };
 
 const size_t Nfd::N_SUPPORTED_CONFIG_SECTIONS =