Ticket #8469: 0001-Fix-8469.-Notifications-server-start-only-if-enabled.patch

File 0001-Fix-8469.-Notifications-server-start-only-if-enabled.patch, 993 bytes (added by Janus, 11 years ago)
  • data/system/boot/Bootscript

    From 86ee7b713d608a5ebf40d320b6bffed5ff4e50e4 Mon Sep 17 00:00:00 2001
    From: Janus <janus2@ymail.com>
    Date: Fri, 28 Dec 2012 18:37:11 +0000
    Subject: [PATCH] Fix #8469. Notifications server start only if enabled in
     Preferences>Notications
    
    ---
     data/system/boot/Bootscript |    9 +++++----
     1 file changed, 5 insertions(+), 4 deletions(-)
    
    diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript
    index 3a52cb2..10934d7 100644
    a b if [ "$SAFEMODE" != "yes" ]; then  
    165165    launch $SERVERS/cddb_daemon ""
    166166fi
    167167
    168 # Launch Notification Server
    169 if [ "$SAFEMODE" != "yes" ]; then
    170     launch $SERVERS/notification_server ""
    171 fi
     168# Launch Notification Server
     169# If enabled Preferences>Notifications creates a link in /boot/home/config/boot/launch/
     170# if [ "$SAFEMODE" != "yes" ]; then
     171#   launch $SERVERS/notification_server ""
     172# fi
    172173
    173174# Launch Power Daemon
    174175if [ "$SAFEMODE" != "yes" ]; then