[Bug 195232] New: Optimization of net/rsync

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 20 20:26:07 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195232

            Bug ID: 195232
           Summary: Optimization of net/rsync
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt at FreeBSD.org
          Reporter: mr-spott at gmx.de
          Assignee: ehaupt at FreeBSD.org
             Flags: maintainer-feedback?(ehaupt at FreeBSD.org)

Created attachment 149653
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149653&action=edit
rsync-3.1.1_3.diff

This update optimizes net/rsync. Features are

- run multiple instances - as known eg. by OpenVPN rc-script
- pid & lock files cleaned up nicely under /var/run/rsync/{instance}.{pid,lock}
- added rc.conf variables for better control
  o NAME_pidfile="/var/run/rsync/NAME.pid" # Where to write process id
  o NAME_lockfile="/var/run/rsync/NAME.lock" # Support for the lqmax
connectionsrq parameter

This way the FreeBSD user can change pid and lock file without screwing up
rc-script expectations.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer ehaupt at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list