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:
parent
0d60fe1e73
commit
2d64e801f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212761
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc devel
|
||||
PKGNAMESUFFIX= -libuuid
|
||||
|
||||
|
@ -16,5 +16,7 @@ rcvar=`set_rcvar`
|
||||
command="%%PREFIX%%/sbin/uuidd"
|
||||
procname="${command}"
|
||||
|
||||
: ${uuidd_enable="NO"}
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user