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/asterisk14 | |
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/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk14/files/asterisk.in (renamed from net/asterisk14/files/asterisk.sh.in) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index e17ac7055385..2dd5920e8dcd 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-gsm=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GMAKE= yes USE_BISON= build -USE_RC_SUBR= asterisk.sh +USE_RC_SUBR= asterisk MAKE_ENV= MKDIR="${MKDIR}" \ PWLIBDIR=${LOCALBASE}/share/pwlib \ OPENH323DIR=${LOCALBASE}/share/openh323 \ diff --git a/net/asterisk14/files/asterisk.sh.in b/net/asterisk14/files/asterisk.in index 36992dc45267..8c5049f28bf4 100644 --- a/net/asterisk14/files/asterisk.sh.in +++ b/net/asterisk14/files/asterisk.in @@ -1,5 +1,7 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: asterisk # REQUIRE: DAEMON # KEYWORD: shutdown @@ -7,7 +9,6 @@ # Add the following lines to /etc/rc.conf to enable asterisk: # # asterisk_enable="YES" -# . /etc/rc.subr |