Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

rsyncd.conf (196 bytes) - added by tenomoto (Takeshi Enomoto) 16 years ago.
Portfile.diff (1.1 KB) - added by tenomoto (Takeshi Enomoto) 16 years ago.

Download all attachments as: .zip

Change History (8)

Changed 16 years ago by tenomoto (Takeshi Enomoto)

Attachment: rsyncd.conf added

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Milestone: Port Enhancements

comment:2 Changed 16 years ago by tenomoto (Takeshi Enomoto)

Updated the patch. Made rsyncd a variant.

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: newclosed

Committed in r38183 with the following changes:

  • Renamed rsyncd.conf to rsyncd.conf.example and added ui_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} using reinplace.
  • 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 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.