[maemo-commits] [maemo-commits] r8452 - in projects/haf/trunk/osso-af-startup: debian top-scripts
From: www-data at stage.maemo.org www-data at stage.maemo.orgDate: Wed Nov 29 15:44:24 EET 2006
- Previous message: [maemo-commits] r8451 - in projects/haf/trunk/libosso-help: . debian src
- Next message: [maemo-commits] r8453 - projects/haf/trunk/osso-af-startup/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2006-11-29 15:44:23 +0200 (Wed, 29 Nov 2006) New Revision: 8452 Removed: projects/haf/trunk/osso-af-startup/top-scripts/clean-tmp-dirs Modified: projects/haf/trunk/osso-af-startup/debian/changelog projects/haf/trunk/osso-af-startup/debian/postinst Log: removed clean-tmp-dirs Modified: projects/haf/trunk/osso-af-startup/debian/changelog =================================================================== --- projects/haf/trunk/osso-af-startup/debian/changelog 2006-11-29 13:35:42 UTC (rev 8451) +++ projects/haf/trunk/osso-af-startup/debian/changelog 2006-11-29 13:44:23 UTC (rev 8452) @@ -1,3 +1,10 @@ +osso-af-startup (1.31-1) unstable; urgency=low + + * UNRELEASED + * Removed clean-tmp-dirs. Fixes: NB#47646 + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Wed, 29 Nov 2006 15:41:36 +0200 + osso-af-startup (1.30-1) unstable; urgency=low * xset770 now disables keyrepeat for the full screen key. Fixes: NB#46298 Modified: projects/haf/trunk/osso-af-startup/debian/postinst =================================================================== --- projects/haf/trunk/osso-af-startup/debian/postinst 2006-11-29 13:35:42 UTC (rev 8451) +++ projects/haf/trunk/osso-af-startup/debian/postinst 2006-11-29 13:44:23 UTC (rev 8452) @@ -32,7 +32,6 @@ update-rc.d af-services start 22 2 3 4 5 . stop 22 0 1 6 . > /dev/null update-rc.d af-startup start 50 2 3 4 . stop 21 0 1 6 . > /dev/null update-rc.d af-base-apps start 51 2 3 4 . stop 20 0 1 5 6 . > /dev/null -update-rc.d clean-tmp-dirs start 1 2 . > /dev/null # create memory card mount points ("if" is for Scratchbox) if [ -w / ]; then Deleted: projects/haf/trunk/osso-af-startup/top-scripts/clean-tmp-dirs =================================================================== --- projects/haf/trunk/osso-af-startup/top-scripts/clean-tmp-dirs 2006-11-29 13:35:42 UTC (rev 8451) +++ projects/haf/trunk/osso-af-startup/top-scripts/clean-tmp-dirs 2006-11-29 13:44:23 UTC (rev 8452) @@ -1,36 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2004-2006 Nokia Corporation. All rights reserved. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# version 2 as published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA - -case "$1" in -start) - echo "$0: cleaning up /var/tmp" - rm -rf /var/tmp/* - ;; -stop) - echo "$0: Stopping" - ;; -restart) - echo "$0: not implemented" - ;; -force-reload) - echo "$0: not implemented" - ;; -*) echo "Usage: $0 {start|stop}" - exit 1 - ;; -esac
- Previous message: [maemo-commits] r8451 - in projects/haf/trunk/libosso-help: . debian src
- Next message: [maemo-commits] r8453 - projects/haf/trunk/osso-af-startup/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]