dbus/bus
Colin Walters 8f2eb502a3 Fix use of $servicename in status
See https://bugzilla.redhat.com/show_bug.cgi?id=521797

We have two init scripts, and commit 0528323563
patched the "wrong" (i.e. slackware) one.  Patch one that ships
with real operating systems too.
2010-07-09 11:52:59 -04:00
..
.gitignore Bring .gitignore files up to date; add *.o, *~ etc. to top-level .gitignore 2007-10-10 17:38:00 +01:00
activation-exit-codes.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
activation-helper-bin.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
activation-helper.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
activation-helper.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
activation.c Dispatch post-activation messages to anyone interested 2010-03-19 17:47:40 +00:00
activation.h Don't drop pending activations when reloading configuration 2010-01-28 17:01:24 -05:00
bus.c Add DBUS_GNUC_PRINTF checks to new formatting functions 2010-03-22 13:58:43 -04:00
bus.h Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system 2010-03-16 15:57:05 -04:00
config-loader-expat.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
config-loader-libxml.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
config-parser-common.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
config-parser-common.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
config-parser-trivial.c Implement doctype check in the trivial parser 2010-06-22 16:59:26 +01:00
config-parser-trivial.h Implement doctype check in the trivial parser 2010-06-22 16:59:26 +01:00
config-parser.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
config-parser.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
connection.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
connection.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
dbus-daemon.1.in Bug 18446: Keep umask for session bus 2009-01-06 18:20:13 -05:00
desktop-file.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
desktop-file.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
dir-watch-default.c Fix dummy file monitoring backend compilation 2010-02-18 10:38:42 -05:00
dir-watch-dnotify.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
dir-watch-inotify.c Support inotify on older kernels 2010-03-16 12:21:52 -04:00
dir-watch-kqueue.c kqueue set_watched_dirs: fix termination condition 2010-05-21 11:21:20 +01:00
dir-watch.h Clean up inotify watch handling 2010-02-01 16:22:56 -05:00
dispatch.c Move dispatching to destination to bus_dispatch_matches() 2010-03-19 17:47:40 +00:00
dispatch.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
driver.c Don't send an reply for driver messages if one isn't requested 2010-03-16 16:44:30 -04:00
driver.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
expirelist.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
expirelist.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
main.c [bus] Don't install a SIGTERM handler 2010-03-23 15:04:21 -04:00
Makefile.am Fix link order: system libraries should come after libdbus-convenience 2009-09-18 21:12:39 +02:00
messagebus.in Fix use of $servicename in status 2010-07-09 11:52:59 -04:00
policy.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
policy.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
rc.messagebus.in [legacy init script] Fix the use of $servicename 2010-04-23 12:02:19 -04:00
selinux.c Fix build when selinux is disabled but libaudit enabled 2010-03-03 08:19:35 -05:00
selinux.h Fix compilation in --disable-selinux case 2010-02-02 15:04:58 -05:00
services.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
services.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
session.conf.in Unrestrict session bus timeout. 2009-07-14 15:38:33 -04:00
signals.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
signals.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
system.conf.in Merge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59' into dbus-1.2 2008-12-16 12:29:04 -05:00
test-launch-helper.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
test-main.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
test-system.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
test.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
test.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
utils.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
utils.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00