-
The attachted file is a start script for debian. It expects portfwd to be installed into the /usr/local hierarchy, but you can change the paths to the executable and configuration file in the script.
2009-07-30 23:08:21 UTC by doj
-
evertonm committed patchset 70 of module portfwd to the Port Forwarding Daemon CVS repository, changing 3 files.
2007-10-22 21:51:21 UTC by evertonm
-
Release 0.29 includes this fix.
2007-10-22 21:45:51 UTC by evertonm
-
Patch applied to CVS, thanks!
2007-05-21 18:04:46 UTC by evertonm
-
evertonm committed patchset 69 of module portfwd to the Port Forwarding Daemon CVS repository, changing 3 files.
2007-05-21 18:01:58 UTC by evertonm
-
Pointers are not ints on 64-bit platforms:
proto_map.cc: In constructor 'proto_map::proto_map(vector*,
vector*, ip_addr*, ip_addr*, int, int, ip_addr, ip_addr*)':
proto_map.cc:19: error: cast from 'ip_addr*' to 'int' loses precision
proto_map.cc:23: error: cast from 'ip_addr*' to 'int' loses precision
make[2]: *** [proto_map.o] Error 1
This patch was accepted by Gentoo:
2007-05-20 18:32:26 UTC by agatocles
-
The patch attached to Gentoo Bug 164782 [http://bugs.gentoo.org/show_bug.cgi?id=164782] fixes this issue.
2007-02-20 13:30:45 UTC by nobody
-
/bin/sh ./config/mkinstalldirs /var/tmp/portage/portfwd-0.28/image//usr/share/doc/portfwd-0.28
list='COPYING README CREDITS TODO'; for p in $list; do \
if test -f ./$p; then \
echo " /bin/install -c -m 644 ./$p /var/tmp/portage/portfwd-0.28/image//usr/share/doc/portfwd-0.28/$p"; \
/bin/install -c -m 644 ./$p...
2006-11-22 09:48:19 UTC by nobody
-
evertonm committed patchset 68 of module portfwd to the Port Forwarding Daemon CVS repository, changing 1 files.
2005-06-29 20:38:06 UTC by evertonm
-
evertonm committed patchset 67 of module portfwd to the Port Forwarding Daemon CVS repository, changing 2 files.
2005-06-28 21:46:26 UTC by evertonm