[maemo-commits] [maemo-commits] r18475 - in projects/haf/trunk/osso-af-utils: debian scripts

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 25 13:34:30 EEST 2009
Author: schulhof
Date: 2009-05-25 13:34:27 +0300 (Mon, 25 May 2009)
New Revision: 18475

Added:
   projects/haf/trunk/osso-af-utils/scripts/tmp-reaper
Removed:
   projects/haf/trunk/osso-af-utils/scripts/41tmp-reaper
Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/scripts/Makefile.am
   projects/haf/trunk/osso-af-utils/scripts/Makefile.in
Log:
Re-fix

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-25 10:15:34 UTC (rev 18474)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-25 10:34:27 UTC (rev 18475)
@@ -1,3 +1,10 @@
+osso-af-utils (2.4-5) unstable; urgency=low
+
+  * Remove priority number from the front of tmp-reaper
+  * Fixes: NB#103382
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Mon, 25 May 2009 13:32:06 +0300
+
 osso-af-utils (2.4-4) unstable; urgency=low
 
   * Put the tmp-reaper script into $(sysconfdir)/X11/replace/Xsession.post

Deleted: projects/haf/trunk/osso-af-utils/scripts/41tmp-reaper
===================================================================
--- projects/haf/trunk/osso-af-utils/scripts/41tmp-reaper	2009-05-25 10:15:34 UTC (rev 18474)
+++ projects/haf/trunk/osso-af-utils/scripts/41tmp-reaper	2009-05-25 10:34:27 UTC (rev 18475)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-/usr/sbin/temp-reaper &

Modified: projects/haf/trunk/osso-af-utils/scripts/Makefile.am
===================================================================
--- projects/haf/trunk/osso-af-utils/scripts/Makefile.am	2009-05-25 10:15:34 UTC (rev 18474)
+++ projects/haf/trunk/osso-af-utils/scripts/Makefile.am	2009-05-25 10:34:27 UTC (rev 18475)
@@ -1,5 +1,5 @@
 xsessionpostdir = $(sysconfdir)/X11/replace/Xsession.post
 
 xsessionpost_SCRIPTS = \
-  41tmp-reaper \
+  tmp-reaper \
   $(NULL)

Modified: projects/haf/trunk/osso-af-utils/scripts/Makefile.in
===================================================================
--- projects/haf/trunk/osso-af-utils/scripts/Makefile.in	2009-05-25 10:15:34 UTC (rev 18474)
+++ projects/haf/trunk/osso-af-utils/scripts/Makefile.in	2009-05-25 10:34:27 UTC (rev 18475)
@@ -123,7 +123,7 @@
 target_alias = @target_alias@
 xsessionpostdir = $(sysconfdir)/X11/replace/Xsession.post
 xsessionpost_SCRIPTS = \
-  41tmp-reaper \
+  tmp-reaper \
   $(NULL)
 
 all: all-am

Copied: projects/haf/trunk/osso-af-utils/scripts/tmp-reaper (from rev 18431, projects/haf/trunk/osso-af-utils/scripts/41tmp-reaper)


More information about the maemo-commits mailing list