diff options
author | 2004-08-17 17:41:58 +0000 | |
---|---|---|
committer | 2004-08-17 17:41:58 +0000 | |
commit | 6355c9f32c9126a430cfee479a335ee8b734000f (patch) | |
tree | 0cbb9e75b1ad54a3539b900a9806a53fd2053642 /sys-apps/dbus | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-6355c9f32c9126a430cfee479a335ee8b734000f.tar.gz gentoo-2-6355c9f32c9126a430cfee479a335ee8b734000f.tar.bz2 gentoo-2-6355c9f32c9126a430cfee479a335ee8b734000f.zip |
minor typo
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/files/dbus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dbus/files/dbus b/sys-apps/dbus/files/dbus index 38d27417292f..4a176bf4583f 100644 --- a/sys-apps/dbus/files/dbus +++ b/sys-apps/dbus/files/dbus @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus,v 1.3 2004/08/17 17:40:46 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus,v 1.4 2004/08/17 17:41:58 foser Exp $ start() { ebegin "Starting D-BUS system messagebus" - start-stop-daemon --start --pidfile=/var/run/dbus.pid --exec /usr/bin/dbus-daemon-1 -- --system + start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon-1 -- --system eend $? |