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/files | |
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/files')
-rw-r--r-- | net-p2p/amule/files/amuled.in (renamed from net-p2p/amule/files/amuled.sh.in) | 6 |
1 files changed, 3 insertions, 3 deletions
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" |