What is the services associated with script /etc/init.d/dbus-1 ?
-ishwar
Try apt-file; it's designed to find out what file belongs to which package. It confirmed /etc/init.d/dbus-1 is in the dbus-1 package ;
debian:/home/jorishuizer/distributed# apt-cache show dbus-1 Package: dbus-1 Priority: optional Section: devel Installed-Size: 636 Maintainer: Dbus Maintainance Team <[EMAIL PROTECTED]> Architecture: i386 Source: dbus Version: 0.21-7 Replaces: libdbus0 Depends: libc6 (>= 2.3.2.ds1-4), libexpat1 (>= 1.95.6), adduser Conflicts: libdbus0 Filename: pool/main/d/dbus/dbus-1_0.21-7_i386.deb Size: 291908 MD5sum: f553da9f651996d297517b8920050e9b Description: simple interprocess messaging system D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . D-BUS is still under heavy development, but is expected to be widely used. It comes with several interfaces, including GLib. See the description of dbus-glib-1 for more information about those.
debian:/home/jorishuizer/distributed# apt-cache show dbus-glib-1
Package: dbus-glib-1
Priority: optional
Section: libs
Installed-Size: 140
Maintainer: Dbus Maintainance Team <[EMAIL PROTECTED]>
Architecture: i386
Source: dbus
Version: 0.21-7
Replaces: libdbus-glib0
Depends: dbus-1 (>= 0.21), libc6 (>= 2.3.2.ds1-4), libglib2.0-0 (>= 2.4.1)
Conflicts: libdbus-glib0
Filename: pool/main/d/dbus/dbus-glib-1_0.21-7_i386.deb
Size: 88716
MD5sum: 2c281e32550eae2d3c1570f12d4fd4f6
Description: simple interprocess messaging system (GLib-based shared library)
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides the GLib-based shared library for applications using the
GLib interface to D-BUS.
.
See the dbus-1 description for more information about D-BUS in general.
HTH,
Joris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]