Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 20:26:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195232] New: Optimization of net/rsync
Message-ID:  <bug-195232-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: mr-spott@gmx.de
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@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@FreeBSD.org> ---
Auto-assigned to maintainer ehaupt@FreeBSD.org

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195232-13>