1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

fix rc.d script to provide a default for its _enable variable.

Andrew Pantyukhin <infofarmer@FreeBSD.org>

PR:		ports/123419
Submitted by:	infofarmer@
Approved by:	maintainer
This commit is contained in:
Ion-Mihai Tetcu 2008-05-06 22:29:03 +00:00
parent 0d60fe1e73
commit 2d64e801f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212761
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= misc devel
PKGNAMESUFFIX= -libuuid

View File

@ -16,5 +16,7 @@ rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/uuidd"
procname="${command}"
: ${uuidd_enable="NO"}
load_rc_config $name
run_rc_command "$1"