lp:~cjwatson/turku/turku-agent-fix-rsyncd-interaction
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp:~cjwatson/turku/turku-agent-fix-rsyncd-interaction
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
- Haw Loeung: Approve
-
Diff: 32 lines (+19/-0)1 file modifiedturku_agent/update_config.py (+19/-0)
Branch information
Recent revisions
- 51. By Colin Watson
-
Don't restart rsyncd.
rsyncd.conf(5) says that we don't need to restart rsyncd when modifying its
configuration file. We may need to start it if it wasn't already running. - 50. By Colin Watson
-
Fix turku-agent-rsyncd start-stop-daemon handling.
/usr/bin/env execs its target process, so we need to use --startas rather
than --exec (the latter tries to match existing processes whose executable
is /usr/bin/env, which generally won't exist). - 47. By Ryan Finnie
-
Convert to Python 3
Program functionality is identical to previous, but will now need
to be installed with python3. - 43. By Ryan Finnie
-
[jacekn] Make sure update_config errors are not ignored. This allows for hooks to fail on bad configuration.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)