[maemo-commits] [maemo-commits] r15749 - projects/haf/trunk/osso-af-startup/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 8 17:09:46 EEST 2008
Author: schulhof
Date: 2008-07-08 17:09:39 +0300 (Tue, 08 Jul 2008)
New Revision: 15749

Modified:
   projects/haf/trunk/osso-af-startup/debian/changelog
   projects/haf/trunk/osso-af-startup/debian/postinst
   projects/haf/trunk/osso-af-startup/debian/preinst
Log:
  * Create temporary locale file in /var/tmp, not in /tmp, because it creates a race
    condition on a system running multiple scratchboxes at the same time.
  * Fixes: NB#86790


Modified: projects/haf/trunk/osso-af-startup/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/changelog	2008-07-04 16:41:55 UTC (rev 15748)
+++ projects/haf/trunk/osso-af-startup/debian/changelog	2008-07-08 14:09:39 UTC (rev 15749)
@@ -1,3 +1,11 @@
+osso-af-startup (1.66-2) unstable; urgency=low
+
+  * Create temporary locale file in /var/tmp, not in /tmp, because it creates a race
+    condition on a system running multiple scratchboxes at the same time.
+  * Fixes: NB#86790
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue,  8 Jul 2008 17:01:14 +0300
+
 osso-af-startup (1.66-1) unstable; urgency=low
 
   * Don't start icd2 from af-startup anymore

Modified: projects/haf/trunk/osso-af-startup/debian/postinst
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/postinst	2008-07-04 16:41:55 UTC (rev 15748)
+++ projects/haf/trunk/osso-af-startup/debian/postinst	2008-07-08 14:09:39 UTC (rev 15749)
@@ -9,7 +9,7 @@
 USER=user
 GROUP=users
 HOME="$TGT/home/$USER"
-LOCALE_TMP_FILE=/tmp/osso-af-init.locale.tmp
+LOCALE_TMP_FILE=/var/tmp/osso-af-init.locale.tmp
 LOCALE_FILE=/etc/osso-af-init/locale
 LOCALE_ORIG_FILE=/usr/share/osso-af-init/locale.orig
 LOCALE_ORIG_FILE_OLD=/etc/osso-af-init/locale.orig

Modified: projects/haf/trunk/osso-af-startup/debian/preinst
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/preinst	2008-07-04 16:41:55 UTC (rev 15748)
+++ projects/haf/trunk/osso-af-startup/debian/preinst	2008-07-08 14:09:39 UTC (rev 15749)
@@ -25,7 +25,7 @@
 USER=user
 GROUP=users
 HOME="$TGT/home/$USER"
-LOCALE_TMP_FILE=/tmp/osso-af-init.locale.tmp
+LOCALE_TMP_FILE=/var/tmp/osso-af-init.locale.tmp
 LOCALE_DIR=/usr/share/osso-af-init
 LOCALE_FILE=/etc/osso-af-init/locale
 LOCALE_ORIG_FILE=$LOCALE_DIR/locale.orig


More information about the maemo-commits mailing list