mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-p2p/amule: Fix typo in rc script
- Fix rc script amule user PR: 266866 Reported by: francesco@magno.cc
This commit is contained in:
parent
bef73eea18
commit
4d5b0df768
@ -1,6 +1,6 @@
|
||||
PORTNAME= amule
|
||||
PORTVERSION= 2.3.3
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
|
||||
DISTNAME= aMule-${PORTVERSION}
|
||||
|
@ -21,7 +21,7 @@ rcvar=amuled_enable
|
||||
load_rc_config $name
|
||||
|
||||
: ${amuled_enable="NO"}
|
||||
: ${amuled_user:="amule"}
|
||||
: ${amuled_user:="aMule"}
|
||||
: ${amuled_config:="/home/${amuled_user}/.aMule"}
|
||||
|
||||
pidfile="${amuled_config}/amuled.pid"
|
||||
|
Loading…
Reference in New Issue
Block a user