diff options
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/files/amuled.in (renamed from net-p2p/amule/files/amuled.sh.in) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index cd2b9ae1342f..6e58d2832d66 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -106,7 +106,7 @@ PLIST_SUB+= AMULECMD="@comment " .if !defined(WITHOUT_AMULEDAEMON) CONFIGURE_ARGS+= --enable-amule-daemon PLIST_SUB+= AMULEDAEMON="" -USE_RC_SUBR= amuled.sh +USE_RC_SUBR= amuled .else CONFIGURE_ARGS+= --disable-amule-daemon PLIST_SUB+= AMULEDAEMON="@comment " diff --git a/net-p2p/amule/files/amuled.sh.in b/net-p2p/amule/files/amuled.in index 2ed3fa8d8548..2d6af76340f7 100644 --- a/net-p2p/amule/files/amuled.sh.in +++ b/net-p2p/amule/files/amuled.in @@ -1,14 +1,14 @@ #!/bin/sh + +# $FreeBSD$ # # aMule RCng startup script # Ogirinal work from Gabriele Cecchetti (amule.org forum) # - # PROVIDE: amuled # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON # KEYWORD: shutdown - # # Add the following lines to /etc/rc.conf to enable amuled at startup # amuled (bool): Set to "NO" by default. @@ -17,7 +17,7 @@ # (default 'aMule') # amuled_home (str): Set to home directory of user running amuled # (default /home/${amuled_user}) -# + . /etc/rc.subr name="amuled" |