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/qadsl | |
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/qadsl')
-rw-r--r-- | net/qadsl/Makefile | 2 | ||||
-rw-r--r-- | net/qadsl/files/qadsl.in (renamed from net/qadsl/files/qadsl.sh.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index b045c6436c40..7af6adf97852 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -17,7 +17,7 @@ COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable, and Tiscali Inte LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -USE_RC_SUBR= qadsl.sh +USE_RC_SUBR= qadsl SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/net/qadsl/files/qadsl.sh.in b/net/qadsl/files/qadsl.in index e94442588979..2c470f09970b 100644 --- a/net/qadsl/files/qadsl.sh.in +++ b/net/qadsl/files/qadsl.in @@ -1,10 +1,11 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE: qadsl # REQUIRE: NETWORK # BEFORE: DAEMON SERVERS LOGIN # KEYWORD: shutdown - # # Add the following lines to /etc/rc.conf to enable qadsl: # @@ -16,7 +17,6 @@ # # DO NOT CHANGE THESE DEFAULT VALUES HERE # - # Default flags qadsl_enable=${qadsl_enable-"NO"} qadsl_flags=${qadsl_flags-"-l"} |