------------------------------------------------------------
revno: 1512
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Wed 2013-07-24 09:52:11 +0100
message:
  * extra/man/dbus-event.7: Put BUS parameter in square-brackets to denote
    that it is optional.
  * extra/upstart-dbus-bridge.c: Tweak option details for --bus-name.
modified:
  extra/man/dbus-event.7
  extra/upstart-dbus-bridge.c


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'extra/man/dbus-event.7'
--- extra/man/dbus-event.7	2013-07-24 04:37:34 +0000
+++ extra/man/dbus-event.7	2013-07-24 08:52:11 +0000
@@ -5,7 +5,7 @@
 .\"
 .SH SYNOPSIS
 .B dbus
-.BI BUS\fR= BUS_NAME
+.BI [ "" BUS\fR= BUS_NAME ]
 .BI SIGNAL\fR= SIGNAL
 .BI INTERFACE\fR= INTERFACE
 .BI PATH\fR= PATH

=== modified file 'extra/upstart-dbus-bridge.c'
--- extra/upstart-dbus-bridge.c	2013-07-24 04:37:59 +0000
+++ extra/upstart-dbus-bridge.c	2013-07-24 08:52:11 +0000
@@ -136,8 +136,8 @@
 	  NULL, NULL, &always, NULL },
 	{ 0, "daemon", N_("Detach and run in the background"),
 	  NULL, NULL, &daemonise, NULL },
-	{ 0, "bus-name", N_("Bus name to emit to Upstart Jobs"),
-	  NULL, "bus name", NULL, bus_name_setter },
+	{ 0, "bus-name", N_("Bus name to specify in event environment"),
+	  NULL, "name", NULL, bus_name_setter },
 	{ 0, "user", N_("Connect to user session"),
 	  NULL, NULL, &user_mode, NULL },
 	{ 0, "session", N_("Use D-Bus session bus"),

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to