- Added rc.d default value
- Bumped PORTREVISION PR: ports/156734 Submitted by: Chris Rees <utisoft@gmail.com> Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer)
This commit is contained in:
parent
8d35bfc947
commit
103ba8b556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273574
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= uhidd
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
http://people.freebsd.org/~kaiw/distfiles/
|
||||
|
|
|
@ -24,6 +24,8 @@ pidprefix="/var/run/uhidd"
|
|||
|
||||
load_rc_config $name
|
||||
|
||||
: ${uhidd_enable="NO"}
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
pidfile="${pidprefix}.`basename $2`.pid"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue