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/gnu-radius | |
parent | 47b836bfe5c397deb173a868525d4cba22cbb5fa (diff) |
Notes
Diffstat (limited to 'net/gnu-radius')
-rw-r--r-- | net/gnu-radius/Makefile | 2 | ||||
-rw-r--r-- | net/gnu-radius/files/radiusd.in (renamed from net/gnu-radius/files/radiusd.sh.in) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 3087be97658c..f3156c1f2aae 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= GNU RADIUS server CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* -USE_RC_SUBR= radiusd.sh +USE_RC_SUBR= radiusd USE_SUBMAKE= yes USE_GMAKE= yes USE_AUTOTOOLS= libltdl libtool diff --git a/net/gnu-radius/files/radiusd.sh.in b/net/gnu-radius/files/radiusd.in index 1035a2797a63..370c7099f80b 100644 --- a/net/gnu-radius/files/radiusd.sh.in +++ b/net/gnu-radius/files/radiusd.in @@ -1,15 +1,15 @@ #!/bin/sh +# $FreeBSD$ +# # PROVIDE radiusd # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON # KEYWORD: shutdown - # # Add the following lines to /etc/rc.conf to enable radiusd: # # radiusd_enable="YES" -# . /etc/rc.subr |