[maemo-commits] [maemo-commits] r15819 - in projects/haf/trunk/osso-af-startup: . debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 30 14:46:26 EEST 2008
Author: schulhof
Date: 2008-07-30 14:46:25 +0300 (Wed, 30 Jul 2008)
New Revision: 15819

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


Modified: projects/haf/trunk/osso-af-startup/configure.ac
===================================================================
--- projects/haf/trunk/osso-af-startup/configure.ac	2008-07-29 14:33:49 UTC (rev 15818)
+++ projects/haf/trunk/osso-af-startup/configure.ac	2008-07-30 11:46:25 UTC (rev 15819)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(osso-af-startup, 1.67)
+AM_INIT_AUTOMAKE(osso-af-startup, 1.68)
 
 AC_OUTPUT(Makefile \
 	services/Makefile \

Modified: projects/haf/trunk/osso-af-startup/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/changelog	2008-07-29 14:33:49 UTC (rev 15818)
+++ projects/haf/trunk/osso-af-startup/debian/changelog	2008-07-30 11:46:25 UTC (rev 15819)
@@ -1,3 +1,9 @@
+osso-af-startup (1.68-1) 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:15:05 +0300
+
 osso-af-startup (1.67-1) unstable; urgency=low
 
   * dsmetool workaround: replace '-r' with '-t'

Modified: projects/haf/trunk/osso-af-startup/services/af-defines.sh
===================================================================
--- projects/haf/trunk/osso-af-startup/services/af-defines.sh	2008-07-29 14:33:49 UTC (rev 15818)
+++ projects/haf/trunk/osso-af-startup/services/af-defines.sh	2008-07-30 11:46:25 UTC (rev 15819)
@@ -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