Package: popa3d / 1.0.3-3

Metadata

Package Version Patches format
popa3d 1.0.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian defaults for params h.patch | (download)

params.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use different defaults for debian package
 This patch changes vendor defaults to values more appropriate for debian
add foreground option.patch | (download)

popa3d.8 | 8 8 + 0 - 0 !
standalone.c | 29 17 + 12 - 0 !
startup.c | 12 8 + 4 - 0 !
3 files changed, 33 insertions(+), 16 deletions(-)

 add foreground server option

New '-F' option is like '-D' but does not fork. This enables improved init
system integration methods and can make up for the lack of a PID file writing
option.

ipv6.patch | (download)

popa3d.8 | 23 23 + 0 - 0 !
standalone.c | 108 89 + 19 - 0 !
startup.c | 17 16 + 1 - 0 !
virtual.c | 29 20 + 9 - 0 !
4 files changed, 148 insertions(+), 29 deletions(-)

 patch to support ipv6

Incidentally re-fixes use of reserved word true as variable name.