[maemo-commits] [maemo-commits] r19049 - in projects/haf/trunk/osso-app-killer: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 5 12:59:03 EEST 2009
Author: schulhof
Date: 2009-08-05 12:58:56 +0300 (Wed, 05 Aug 2009)
New Revision: 19049

Modified:
   projects/haf/trunk/osso-app-killer/debian/changelog
   projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
Log:
Copy contents of /etc/skel to /home/user after wiping /home/user

Modified: projects/haf/trunk/osso-app-killer/debian/changelog
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/changelog	2009-08-05 07:41:15 UTC (rev 19048)
+++ projects/haf/trunk/osso-app-killer/debian/changelog	2009-08-05 09:58:56 UTC (rev 19049)
@@ -1,3 +1,10 @@
+osso-app-killer (1.32-1) unstable; urgency=low
+
+  * Copy contents of /etc/skel to /home/user after wiping /home/user
+  * Fixes: NB#131262 (Clear device in Control panel erases /home/user/auth, disabling SSU)
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Wed,  5 Aug 2009 12:56:59 +0300
+
 osso-app-killer (1.31-1) unstable; urgency=low
 
   * Set IFS to exactly \n so as not to fail to remove files whose names contain a space

Modified: projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh
===================================================================
--- projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2009-08-05 07:41:15 UTC (rev 19048)
+++ projects/haf/trunk/osso-app-killer/src/osso-clean-mmc.sh	2009-08-05 09:58:56 UTC (rev 19049)
@@ -24,4 +24,9 @@
 
 unset IFS
 
+mkdir -p /home/user
+cd /etc/skel
+cp -a . /home/user
+chown -R user:users /home/user
+
 cd ${OLD_PWD}

More information about the maemo-commits mailing list