postinst quiet about user creation
authorSam Hartman <hartmans@debian.org>
Wed, 1 Oct 2014 17:51:50 +0000 (13:51 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 1 Oct 2014 17:51:50 +0000 (13:51 -0400)
* postinst quiet about user creation
* tids.init:fix run levels

debian/changelog
debian/moonshot-trust-router.postinst
debian/moonshot-trust-router.tids.init

index a556228..8237a92 100644 (file)
@@ -1,3 +1,10 @@
+moonshot-trust-router (1.4-4) unstable; urgency=medium
+
+  * postinst quiet about user creation
+  * tids.init:fix run levels
+
+ -- Sam Hartman <hartmans@debian.org>  Wed, 01 Oct 2014 13:51:36 -0400
+
 moonshot-trust-router (1.4-3) unstable; urgency=medium
 
   * Create a schema on upgrade or install
index 2afb675..c83baa6 100644 (file)
@@ -18,7 +18,7 @@ set -e
 case "$1" in
     configure)
         if dpkg --compare-versions "$2" lt 1.2-2; then
-           adduser --system --home /var/lib/trust_router --group --disabled-login trustrouter
+           adduser --quiet --system --home /var/lib/trust_router --group --disabled-login trustrouter
            fi
        su -p -c "/usr/bin/sqlite3 </usr/share/trust_router/schema.sql /var/lib/trust_router/keys" trustrouter ||true
     ;;
index 2c3f7db..4b75f25 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 ### BEGIN INIT INFO
 # Provides: tids
-# Default-Start: 3 5
-# Default-Stop: 0 1 2 4 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1  6
 # Required-Start: $freeradius
 # Required-Stop:
 # Should-Start: $network