nfd: Update to the released version 0.3.2

Change-Id: Id184a34c87afc5cbe2e59065a70f34f7e646e6ac
diff --git a/net/nfd/files/net.named-data.nrd.plist b/net/nfd/files/net.named-data.nrd.plist
deleted file mode 100644
index 3cd7aaa..0000000
--- a/net/nfd/files/net.named-data.nrd.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
-"http://www.apple.com/DTDs/PropertyList-1.0.dtd" >
-<plist version='1.0'>
-<dict>
-<key>Label</key><string>net.named-data.nrd</string>
-<key>ProgramArguments</key>
-<array>
-  <string>/usr/local/bin/nrd</string>
-  <string>--config</string>
-  <string>/usr/local/etc/ndn/nfd.conf</string>
-</array>
-<key>UserName</key><string>ndn</string>
-<key>GroupName</key><string>ndn</string>
-<key>EnvironmentVariables</key>
-<dict>
-  <key>HOME</key><string>/usr/local/var/lib/ndn/nrd</string>
-</dict>
-<key>Debug</key><true/>
-<key>Disabled</key><true/>
-<key>KeepAlive</key><true/>
-<key>StandardErrorPath</key><string>/usr/local/var/log/ndn/nrd.log</string>
-<key>ProcessType</key><string>Background</string>
-</dict>
-</plist>
diff --git a/net/nfd/files/nfd-start b/net/nfd/files/nfd-start
index af1853f..32552dc 100755
--- a/net/nfd/files/nfd-start
+++ b/net/nfd/files/nfd-start
@@ -1,4 +1,3 @@
 #!/bin/sh
 
 sudo launchctl load -w /Library/LaunchDaemons/net.named-data.nfd.plist
-sudo launchctl load -w /Library/LaunchDaemons/net.named-data.nrd.plist
diff --git a/net/nfd/files/nfd-stop b/net/nfd/files/nfd-stop
index 2d64e9f..df40500 100755
--- a/net/nfd/files/nfd-stop
+++ b/net/nfd/files/nfd-stop
@@ -1,4 +1,3 @@
 #!/bin/sh
 
 sudo launchctl unload -w /Library/LaunchDaemons/net.named-data.nfd.plist
-sudo launchctl unload -w /Library/LaunchDaemons/net.named-data.nrd.plist
diff --git a/net/nfd/files/nfd.conf.sample b/net/nfd/files/nfd.conf.sample
index dff5931..77808b5 100644
--- a/net/nfd/files/nfd.conf.sample
+++ b/net/nfd/files/nfd.conf.sample
@@ -26,7 +26,6 @@
   ;
   ; Run:
   ;   nfd --modules
-  ;   nrd --modules
   ;
   ; Or look for NFD_LOG_INIT(<module name>) statements in .cpp files
   ;
@@ -116,7 +115,7 @@
 {
   authorize
   {
-    certfile certs/localhost_daemons_nrd.ndncert
+    certfile certs/localhost_daemons_nfd.ndncert
     privileges
     {
         faces