git: 4d5b0df768a7 - main - net-p2p/amule: Fix typo in rc script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 10:42:06 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 commit 4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-07-20 10:38:59 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-07-20 10:41:47 +0000 net-p2p/amule: Fix typo in rc script - Fix rc script amule user PR: 266866 Reported by: francesco@magno.cc --- net-p2p/amule/Makefile | 2 +- net-p2p/amule/files/amuled.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 2afbe866330f..32c8989cb374 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -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} diff --git a/net-p2p/amule/files/amuled.in b/net-p2p/amule/files/amuled.in index 53c6c28da255..1830e0096dcc 100644 --- a/net-p2p/amule/files/amuled.in +++ b/net-p2p/amule/files/amuled.in @@ -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"