[debian-edu-commits] debian-edu/ 01/01: Fix fatal typo in setup-roaming trying to chown the wrong file.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue Sep 16 20:47:41 UTC 2014


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

pere pushed a commit to branch master
in repository debian-edu-config.

commit 24d96d904d8b62d0e2c726362d911eccf8bd82da
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Sep 16 22:47:37 2014 +0200

    Fix fatal typo in setup-roaming trying to chown the wrong file.
---
 debian/changelog                            | 1 +
 share/debian-edu-config/tools/setup-roaming | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 42ed08b..5d184a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ debian-edu-config (1.802) UNRELEASED; urgency=medium
   [ Petter Reinholdtsen ]
   * Call 'apt-get autoremove -y' at the end of setup-roaming, to remove
     the packages we no longer need.
+  * Fix fatal typo in setup-roaming trying to chown the wrong file.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 15 Sep 2014 10:43:37 +0200
 
diff --git a/share/debian-edu-config/tools/setup-roaming b/share/debian-edu-config/tools/setup-roaming
index b3808db..b6283da 100755
--- a/share/debian-edu-config/tools/setup-roaming
+++ b/share/debian-edu-config/tools/setup-roaming
@@ -40,7 +40,7 @@ apt-get autoremove -y
 $bindir/sssd-generate-config > /etc/sssd/sssd.conf.new
 if [ -s /etc/sssd/sssd.conf.new ] ; then
     chmod 600 /etc/sssd/sssd.conf.new
-    chown root:root /etc/sssd/sssd.conf
+    chown root:root /etc/sssd/sssd.conf.new
     mv /etc/sssd/sssd.conf.new /etc/sssd/sssd.conf
 else # Fallback failed, link to static setup
     chmod 600 /etc/sssd/sssd-debian-edu.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list