diff options
author | pav <pav@FreeBSD.org> | 2006-03-19 01:12:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-19 01:12:23 +0800 |
commit | accb86b47f0fce238f379af90e7ae7b416d451b7 (patch) | |
tree | 0df1642b78eff3cd634a60893eda5ace663620a8 /net-p2p/amule/files | |
parent | ccf8175ed807d2b179c5cbc7ac1e610c6537901c (diff) | |
download | freebsd-ports-gnome-accb86b47f0fce238f379af90e7ae7b416d451b7.tar.gz freebsd-ports-gnome-accb86b47f0fce238f379af90e7ae7b416d451b7.tar.zst freebsd-ports-gnome-accb86b47f0fce238f379af90e7ae7b416d451b7.zip |
- Update to 2.1.1
- Update rcng usage
PR: ports/94634
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'net-p2p/amule/files')
-rw-r--r-- | net-p2p/amule/files/amuled.sh.in (renamed from net-p2p/amule/files/amuled.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule/files/amuled.sh b/net-p2p/amule/files/amuled.sh.in index 8e4d5d366974..a3316a9b1ca2 100644 --- a/net-p2p/amule/files/amuled.sh +++ b/net-p2p/amule/files/amuled.sh.in @@ -19,7 +19,7 @@ # amuled_home (str): Set to home directory of user running amuled # (default /home/${amuled_user}) # -. /etc/rc.subr +. %%RC_SUBR%% name="amuled" rcvar=`set_rcvar` |