diff options
-rw-r--r-- | security/pfSense-pkg-tinc/Makefile | 3 | ||||
-rw-r--r-- | security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/security/pfSense-pkg-tinc/Makefile b/security/pfSense-pkg-tinc/Makefile index 240cfbf..928c2d9 100644 --- a/security/pfSense-pkg-tinc/Makefile +++ b/security/pfSense-pkg-tinc/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pfSense-pkg-tinc -PORTVERSION= 1.0.28 -PORTREVISION= 4 +PORTVERSION= 1.0.29 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty diff --git a/security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc b/security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc index 59cf7e8..7b152b3 100644 --- a/security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc +++ b/security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc @@ -156,7 +156,6 @@ function tinc_install() { safe_mkdir("/usr/local/etc/tinc/hosts"); tinc_write_rcfile(); unlink_if_exists("/usr/local/etc/rc.d/tincd"); - clear_log_file("/var/log/tinc.log"); /* Create Interface Group */ if (!is_array($config['ifgroups']['ifgroupentry'])) { |