WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dbus  (Read 1878 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
dbus
« on: June 19, 2009, 10:57:50 AM »
dbus_glib extension split and re-compiled on tc_2.x as dbus and dbus-glib tcel/tczl - note that the dbus_glib extension has been kept for compatibility/dependency reasons:
Code: [Select]
Title:          dbus.tcel
Description:    dbus for tc_2.x
Version:        1.2.14
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 391KB
Extension_by:   juanito
Comments:       dbus for tinycore 2.x
                Requires the expat2 extension
                ----------
                This extension contains:
                dbus-1.2.14 - GPLv2 - http://dbus.freedesktop.org/releases/dbus/dbus-1.2.14.tar.gz
Change-log:     First version
Current:        2009/06/07

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: dbus
« Reply #1 on: September 16, 2009, 08:06:56 AM »
As something of a test, I added a start-up script to the dbus.tczl extension.

As long as expat2.tczl is loaded first, the dbus daemon will start automatically on loading the dbus.tczl extension.

Note:
1. For versions of tc earlier than 2.4rc1, the dbus daemon will not start automatically on boot if the dbus.tczl and expat2.tczl extensions are in /tce because the boot process loads the extensions in alphabetical order.
2. The dbus daemon will start automatically if dbus.tczl, dbus.tczl.dep and expat2.tczl are placed in /tce/optional (or any other folder) and the appbrowser is used to load the dbus.tczl extension.

Note also:
The dbus.tcel extension has not been modified.

Code: [Select]
Title:          dbus.tczl
Description:    dbus message system
Version:        1.2.14
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 412KB
Extension_by:   juanito
Comments:       dbus message bus system, a simple way for applications to talk to one another
                Requires the expat2 extension
                Note that the dbus daemon will not start automatically..
                unless the expat2 extension is loaded prior to loading dbus
                ----------
                This extension contains:
                dbus-1.2.14 - GPLv2 - http://dbus.freedesktop.org/releases/dbus/dbus-1.2.14.tar.gz
Change-log:     2009/06/07
                added start-up script to start dbus daemon when loaded
Current:        2009/09/16
« Last Edit: September 21, 2009, 03:48:19 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: dbus
« Reply #2 on: September 22, 2009, 09:44:50 AM »
updated dbus posted:
Code: [Select]
Title:          dbus.tczl
Description:    dbus message system
Version:        1.2.16
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 416KB
Extension_by:   juanito
Comments:       dbus message bus system, a simple way for applications to talk to one another
                Requires the expat2 extension
                Note that the dbus daemon will not start automatically..
                unless the expat2 extension is loaded prior to loading dbus
                ----------
                This extension contains:
                dbus-1.2.16 - GPLv2 - http://dbus.freedesktop.org/releases/dbus/dbus-1.2.16.tar.gz
Change-log:     2009/06/07
                added start-up script to start dbus daemon when loaded
                2009/09/16
                updated 1.2.14 -> 1.2.16, moved /etc/dbus-1 -> /usr/local
Current:        2009/09/22

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: dbus
« Reply #3 on: January 31, 2010, 02:00:16 PM »
adjusted start-up script so it does not start dbus when loaded - use /usr/local/etc/init.d/dbus instead:
Code: [Select]
Title:          dbus.tcz
Description:    dbus message system
Version:        1.2.16
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 484KB
Extension_by:   juanito
Comments:       dbus message bus system, a simple way for applications to talk to one another
                ----------
                Requires the expat2 extension
                ----------
                $ sudo /usr/local/etc/init.d/dbus [start|stop|restart|status]
                ----------
                This extension contains:
                dbus-1.2.16 - GPLv2 - http://dbus.freedesktop.org/releases/dbus/dbus-1.2.16.tar.gz
Change-log:     2009/06/07
                added start-up script to start dbus daemon when loaded
                2009/09/16
                updated 1.2.14 -> 1.2.16, moved /etc/dbus-1 -> /usr/local
                2009/09/22
                Added /usr/local/etc/init.d/dbus, no longer starts on loading extension
Current:        2010/01/31

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: dbus
« Reply #4 on: February 11, 2010, 02:52:50 AM »
updated extension posted:
Code: [Select]
Title:          dbus.tcz
Description:    dbus message system
Version:        1.2.16
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 484KB
Extension_by:   juanito
Comments:       dbus message bus system, a simple way for applications to talk to one another
                ----------
                Requires the expat2 extension
                ----------
                $ sudo /usr/local/etc/init.d/dbus [start|stop|restart|status]
                ----------
                This extension contains:
                dbus-1.2.16 - GPLv2 - http://dbus.freedesktop.org/releases/dbus/dbus-1.2.16.tar.gz
Change-log:     2009/06/07
                added start-up script to start dbus daemon when loaded
                2009/09/16
                updated 1.2.14 -> 1.2.16, moved /etc/dbus-1 -> /usr/local
                2009/09/22
                Added /usr/local/etc/init.d/dbus, no longer starts on loading extension
                2010/01/31
                Added machine-id to startup script
                2010/02/07
                Adjusted permissions for dbus-daemon-launch-helper
Current:        2010/02/11