diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /net/qadsl | |
parent | 47b836bfe5c397deb173a868525d4cba22cbb5fa (diff) | |
download | ports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz ports-9aac569eaa031e27191a3f4165b389a17f467ad2.zip |
Notes
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"} |