Commit graph

3 commits

Author SHA1 Message Date
Tobias Kortkamp
d29b54e7a1 sysutils/burp: Fix build with Clang 6
server.c:546:25: error: ordered comparison between pointer and zero ('struct strlist **' and 'int')
                if(!ret && cconf->keep>0)
                           ~~~~~~~~~~~^~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/burp-1.4.40_1.log

- Remove bad BROKEN tag (util/bdthreads.cc does not exist in burp)
2018-08-01 13:39:36 +00:00
Bartek Rutkowski
946c3a27fe sysutils/burp: add port options and update rc script
- Add IPv6 port option
- Replace rc script with upstream one

PR:		208861
Submitted by:	Loic Pefferkorn <loic-freebsd@loicp.eu> (maintainer)
2016-05-12 09:25:14 +00:00
Dmitry Marakasov
ba36dddf05 Burp is a backup and restore program.
It uses librsync in order to save on the amount of space that is used
by each backup. It also uses VSS (Volume Shadow Copy Service)
to make snapshots when backing up Windows computers.

WWW: http://burp.grke.org/

PR:		204267
Submitted by:	loic-freebsd@loicp.eu
2015-12-29 18:06:31 +00:00