[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu May 24 11:25:53 UTC 2012


 debian/changelog       |    2 ++
 debian/sssd.upstart.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 580d1ab1b3f0e415d94b0d8ffe98620df655341b
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu May 24 13:41:24 2012 +0300

    sssd.upstart.in: Delete an invisible control character from the pre-start script. (LP: #1003845)

diff --git a/debian/changelog b/debian/changelog
index 9b0c12d..bbf93bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,8 @@ sssd (1.8.3-1) UNRELEASED; urgency=low
   * patches/fix-upstream-1343.diff
     - LDAP nested groups: Do not process callback with _post deep in the nested
       structure (LP: #981125)
+  * sssd.upstart.in: Delete an invisible control character from the pre-start
+    script. (LP: #1003845)
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 04 Apr 2012 11:40:40 +0300
 
diff --git a/debian/sssd.upstart.in b/debian/sssd.upstart.in
index ef5bc9e..160589f 100644
--- a/debian/sssd.upstart.in
+++ b/debian/sssd.upstart.in
@@ -16,7 +16,7 @@ respawn
 env DEFAULTFILE=/etc/default/sssd
 
 pre-start script
-	test -f /etc/sssd/sssd.conf || { stop; exit 0; }
+	test -f /etc/sssd/sssd.conf || { stop; exit 0; }
 	/lib/init/apparmor-profile-load usr.sbin.sssd
 end script
 



More information about the Pkg-sssd-devel mailing list