#15307 closed enhancement (fixed)
rsyncd
Reported by: | tenomoto (Takeshi Enomoto) | Owned by: | simon@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | rsync rsyncd | Cc: | |
Port: |
Description
Rsync is sometimes run as a daemon. I used it to provide the port tree and base on an internal server behind a firewall. There are a few loose ends.
- a sample conf file
- creating ${prefix}/var/log and ${prefix}/var/run to host log and pid files, respectively.
Attachments (2)
Change History (8)
Changed 17 years ago by tenomoto (Takeshi Enomoto)
Attachment: | rsyncd.conf added |
---|
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Milestone: | → Port Enhancements |
---|
comment:2 Changed 16 years ago by tenomoto (Takeshi Enomoto)
Changed 16 years ago by tenomoto (Takeshi Enomoto)
Attachment: | Portfile.diff added |
---|
comment:3 Changed 16 years ago by mww@…
Keywords: | rsync rsyncd added |
---|---|
Owner: | changed from mww@… to simon@… |
Simon has taken over maintainership (with openmaintainer
)!
comment:4 Changed 16 years ago by simon@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r38183 with the following changes:
- Renamed
rsyncd.conf
torsyncd.conf.example
and addedui_msg
to tell the user how to use it. This prevents overwriting a user's configuration file. - Use
__PREFIX__
in rsyncd.conf and change it to${prefix}
usingreinplace
. - Removed the modules section and added a comment so the user knows he has to add his own there.
If you don't like any of these changes just tell me and I will change it. Thanks for your help,
Simon
comment:5 Changed 16 years ago by tenomoto (Takeshi Enomoto)
Thank you. I am happy with your changes.
comment:6 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Updated the patch. Made rsyncd a variant.