On 09/08/2009 06:41 PM, Garrett Cooper wrote: > Hi, > Really basic question. If I do something like the following: > > initctl emit multiple=1 events=2 are=3 fine=4 too=5 > > This should result in the event chain: > > multiple=1 and events=2 and are=3 and fine=4 and too=5 > > correct? I ask because when I try and do the following, it fails: >
No. This will result in emitting one event called multiple=1 (which is an odd name for an event btw) with 4 arguments named 'events,' 'are,' 'fine,' and 'too,' and with the values 2, 3, 4, and 5 respectively. --CJD -- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
