diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:28:35 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:28:35 +0000 |
commit | b52d8bbdd442041e0bd494957d8388f26359aa4d (patch) | |
tree | 98d0df94c03afa9697c2b52d29d4f2465bf0cda2 /bus | |
parent | a7595655fb892b4ecab852aeb971cf53bdff09cc (diff) |
* ChangeLog: fix date in last entry
* configure.in, bus/system.conf.in: add the ability to configure
the system bus user at compiletime with the --with-dbus-user flag
(patch from Kristof Vansant)
Diffstat (limited to 'bus')
-rw-r--r-- | bus/system.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 7b008978..ee85ecc4 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -15,7 +15,7 @@ <type>system</type> <!-- Run as special user --> - <user>messagebus</user> + <user>@DBUS_USER@</user> <!-- Fork into daemon mode --> <fork/> |