security/tincd: fix include of wrong file and PROVIDE

This commit is contained in:
Franco Fichtner
2017-05-08 14:05:15 +02:00
parent 38eb2d2726
commit 2b6a5b4dc1
+2 -2
View File
@@ -2,7 +2,7 @@
#
# $FreeBSD$
#
# PROVIDE: ostincd
# PROVIDE: opnsense-tincd
# REQUIRE: SERVERS
# KEYWORD: shutdown
#
@@ -15,7 +15,7 @@ stop_cmd=ostincd_stop
start_cmd=ostincd_start
rcvar=ostincd_enable
load_rc_config $name
load_rc_config opnsense-tincd
[ -z "$ostincd_enable" ] && ostincd_enable="NO"