diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
commit | f0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /net-p2p/amule | |
parent | 37b2a027341f57b44383efc005905ca41779dce6 (diff) | |
download | freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
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" |