Date: Thu, 22 Dec 2016 23:55:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429208 - head/net/dante Message-ID: <201612222355.uBMNt3Ow013094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 22 23:55:03 2016 New Revision: 429208 URL: https://svnweb.freebsd.org/changeset/ports/429208 Log: Stop killing deamons from plist Modified: head/net/dante/Makefile head/net/dante/pkg-plist Modified: head/net/dante/Makefile ============================================================================== --- head/net/dante/Makefile Thu Dec 22 23:53:31 2016 (r429207) +++ head/net/dante/Makefile Thu Dec 22 23:55:03 2016 (r429208) @@ -3,6 +3,7 @@ PORTNAME= dante PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net security ipv6 MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ Modified: head/net/dante/pkg-plist ============================================================================== --- head/net/dante/pkg-plist Thu Dec 22 23:53:31 2016 (r429207) +++ head/net/dante/pkg-plist Thu Dec 22 23:55:03 2016 (r429208) @@ -1,4 +1,3 @@ -@unexec %D/etc/rc.d/sockd.sh forcestop 2>/dev/null || true bin/socksify @sample etc/sockd.conf.sample @sample etc/socks.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612222355.uBMNt3Ow013094>