1
0
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:
Nuno Teixeira 2023-07-20 11:38:59 +01:00
parent bef73eea18
commit 4d5b0df768
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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"