Merge lp:~james-s-spencer/byobu/fix-statusd-launch into lp:byobu
Proposed by
James Spencer
on 2011-07-27
Status: | Rejected |
---|---|
Rejected by: | Dustin Kirkland on 2011-07-29 |
Proposed branch: | lp:~james-s-spencer/byobu/fix-statusd-launch |
Merge into: | lp:byobu |
Diff against target: |
26 lines (+3/-2) 2 files modified
usr/bin/byobu-statusd (+3/-0) usr/share/byobu/profiles/common (+0/-2) |
To merge this branch: | bzr merge lp:~james-s-spencer/byobu/fix-statusd-launch |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Dustin Kirkland | 2011-07-27 | Pending | |
Review via email:
|
Description of the change
byobu-statusd was being started (and not killed) every time I ran a new byobu instance. Fix this.
To post a comment you must log in.
Dustin Kirkland (kirkland) wrote : | # |
Unmerged revisions
- 1546. By James Spencer <jspencer@pauling> on 2011-07-27
-
Ensure only one instance of byobu-statusd is running.
The exec killall command in the common profile didn't work on my systems (Arch
Linux and Ubuntu 10.04). The error message indicated that this might be
because a screen window hadn't been initialised by the time the exec command was run.A different approach to this problem is to have byobu-statusd exit immediately if
an instance of byobu-statusd is already running.
Thanks for the branch. I've reverted the byobu-statusd changes altogether now.