ndns: Update
diff --git a/ndns/Makefile b/ndns/Makefile
index 7f0adae..c90f9fe 100644
--- a/ndns/Makefile
+++ b/ndns/Makefile
@@ -11,6 +11,6 @@
VERSION=0.0.1
# PPA version
-PPA_VERSION=1
+PPA_VERSION=2
include ../packaging.mk
diff --git a/ndns/debian/changelog b/ndns/debian/changelog
index 9eb9745..a8e6d0b 100644
--- a/ndns/debian/changelog
+++ b/ndns/debian/changelog
@@ -1,3 +1,10 @@
+ndns (0.0.1-ppa2~DISTRO) DISTRO; urgency=low
+
+ * New version based on d6b3bda24b001e9bc909188c25f45a084b8c3046
+ (https://github.com/named-data/ndns)
+
+ -- Alexander Afanasyev <alexander.afanasyev@ucla.edu> Mon, 01 Dec 2014 23:32:20 -0800
+
ndns (0.0.1-ppa1~DISTRO) DISTRO; urgency=low
* New version based on d6b3bda24b001e9bc909188c25f45a084b8c3046
diff --git a/ndns/debian/ndns.upstart b/ndns/debian/ndns.upstart
index b3d50f2..7487d38 100644
--- a/ndns/debian/ndns.upstart
+++ b/ndns/debian/ndns.upstart
@@ -15,7 +15,7 @@
export HOME=/var/lib/ndns
NDNS_DAEMON_ENABLE=false
. /etc/default/ndns
- if [[ $NDNS_DAEMON_ENABLE == "true" ]]; then
+ if [ "$NDNS_DAEMON_ENABLE" = "true" ]; then
exec /usr/bin/ndns-daemon -c /etc/ndns/ndns.conf
fi
end script