1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fix startup script, broken in previous commit

PR:		191783
Submitted by:	clarkjc@runbox.com
Approved by:	Derik van Zuetphen <dz@426.ch> (maintainer)
This commit is contained in:
Guido Falsi 2014-07-11 09:52:59 +00:00
parent 0b8108d4bf
commit 44bbc3e1dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361519
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= anacron
PORTVERSION= 2.3
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF

View File

@ -19,5 +19,6 @@ rcvar=anacron_enable
load_rc_config $name
: ${anacron_enable:=NO}
command="%%PREFIX%%/sbin/anacron"
run_rc_command "$1"