summaryrefslogtreecommitdiff
path: root/net/ptpd2
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2013-02-15 16:59:52 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2013-02-15 16:59:52 +0000
commit9a4512add28fd3488a0ee6313bde6c677cbc4ac6 (patch)
tree39bd0d9edc2377c7e4f250ee24bf18f64bd7ba20 /net/ptpd2
parentEnable XMLSEC support. This fixes support for password-protected files. (diff)
Fix typo in rc script. ptpd_enable -> ptpd2_enable
Notes
Notes: svn path=/head/; revision=312301
Diffstat (limited to 'net/ptpd2')
-rw-r--r--net/ptpd2/Makefile2
-rw-r--r--net/ptpd2/files/ptpd2.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile
index f1cab3950a74..e78ccc6cca11 100644
--- a/net/ptpd2/Makefile
+++ b/net/ptpd2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ptpd
DISTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
diff --git a/net/ptpd2/files/ptpd2.in b/net/ptpd2/files/ptpd2.in
index 24223e862965..f8f27053b14b 100644
--- a/net/ptpd2/files/ptpd2.in
+++ b/net/ptpd2/files/ptpd2.in
@@ -18,7 +18,7 @@ rcvar=ptpd2_enable
command="%%PREFIX%%/sbin/${name}"
-ptpd_enable=${ptpd2_enable:-"NO"}
+ptpd2_enable=${ptpd2_enable:-"NO"}
load_rc_config $name
run_rc_command "$1"