Skip to content

Commit

Permalink
Do not manually clear the log file during install. The package handli…
Browse files Browse the repository at this point in the history
…ng code will take care of that automatically, and it only causes an unnecessary restart of tinc. Ticket #7256
  • Loading branch information
jim-p committed May 15, 2017
1 parent 0180891 commit b287718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down
1 change: 0 additions & 1 deletion security/pfSense-pkg-tinc/files/usr/local/pkg/tinc.inc
Expand Up @@ -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'])) {
Expand Down

0 comments on commit b287718

Please sign in to comment.