[maemo-commits] [maemo-commits] r15821 - in projects/haf/tags/osso-af-startup/1.66-5: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 30 14:56:55 EEST 2008
Author: schulhof
Date: 2008-07-30 14:56:54 +0300 (Wed, 30 Jul 2008)
New Revision: 15821

Modified:
   projects/haf/tags/osso-af-startup/1.66-5/debian/changelog
   projects/haf/tags/osso-af-startup/1.66-5/services/af-defines.sh
Log:
  * chmod 777 /tmp/af-piddir from af-defines.sh, just like from fb-progress.sh


Modified: projects/haf/tags/osso-af-startup/1.66-5/debian/changelog
===================================================================
--- projects/haf/tags/osso-af-startup/1.66-5/debian/changelog	2008-07-30 11:55:46 UTC (rev 15820)
+++ projects/haf/tags/osso-af-startup/1.66-5/debian/changelog	2008-07-30 11:56:54 UTC (rev 15821)
@@ -1,3 +1,9 @@
+osso-af-startup (1.66-5) unstable; urgency=low
+
+  * chmod 777 /tmp/af-piddir from af-defines.sh, just like from fb-progress.sh
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Wed, 30 Jul 2008 14:45:56 +0300
+
 osso-af-startup (1.66-4) unstable; urgency=low
 
   * mkdir -p the f0rking /var/tmp directory, because, /apparently/, it doesn't

Modified: projects/haf/tags/osso-af-startup/1.66-5/services/af-defines.sh
===================================================================
--- projects/haf/tags/osso-af-startup/1.66-5/services/af-defines.sh	2008-07-30 11:55:46 UTC (rev 15820)
+++ projects/haf/tags/osso-af-startup/1.66-5/services/af-defines.sh	2008-07-30 11:56:54 UTC (rev 15821)
@@ -50,6 +50,8 @@
   if [ ! -d $AF_PIDDIR ]; then
     # note, no write to flash involved here
     mkdir $AF_PIDDIR
+    # I'm not the only one writing here
+    chmod 777 $AF_PIDDIR
   fi
 
   if [ ! -e /targets/links/scratchbox.config ]; then


More information about the maemo-commits mailing list