[cyphesis-cpp] 01/01: Fix error in update-rc.d

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Jul 25 00:32:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

olek-guest pushed a commit to branch master
in repository cyphesis-cpp.

commit 82d4c98757147d885d8862e8590221bffc4430cd
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Wed Jul 20 20:34:18 2016 -0400

    Fix error in update-rc.d
---
 debian/changelog             | 6 ++++++
 debian/cyphesis-cpp.postinst | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a67676f..7900474 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cyphesis-cpp (0.6.0-5) unstable; urgency=high
+
+  * Fix error in update-rc.d (Closes: #831878)
+
+ -- Olek Wojnar <olek-dev at wojnar.org>  Wed, 20 Jul 2016 20:12:09 -0400
+
 cyphesis-cpp (0.6.0-4) unstable; urgency=high
 
   * Remove debconf (Closes: #794948)
diff --git a/debian/cyphesis-cpp.postinst b/debian/cyphesis-cpp.postinst
index 5f3001d..bc20d6e 100644
--- a/debian/cyphesis-cpp.postinst
+++ b/debian/cyphesis-cpp.postinst
@@ -8,7 +8,7 @@ then
     # Add user cyphesis as system user
             adduser --system --quiet --no-create-home --home /usr/share/games/cyphesis --gecos "Cyphesis C++ Administrator" --force-badname Cyphesis
 
-    update-rc.d cyphesis-cpp enable >/dev/null
+    update-rc.d cyphesis-cpp defaults >/dev/null
     invoke-rc.d cyphesis-cpp start || exit $?
 
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cyphesis-cpp.git



More information about the Pkg-games-commits mailing list