summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/freeradius/Makefile3
-rw-r--r--net/freeradius/files/radiusd.in7
-rw-r--r--net/freeradius2/Makefile3
-rw-r--r--net/freeradius2/files/radiusd.in7
4 files changed, 10 insertions, 10 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 548dbad048ae..27a86cf5c03b 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -7,9 +7,10 @@
PORTNAME= freeradius
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
- http://freeradius.portal-to-web.de/ \
+ http://freeradius.portal-to-web.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free RADIUS server implementation
diff --git a/net/freeradius/files/radiusd.in b/net/freeradius/files/radiusd.in
index 7f18ab7c40d2..48a301cc8658 100644
--- a/net/freeradius/files/radiusd.in
+++ b/net/freeradius/files/radiusd.in
@@ -1,9 +1,9 @@
#!/bin/sh
-# PROVIDE radiusd
+# PROVIDE: radiusd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
-# KEYWORD: FreeBSD shutdown
+# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable radiusd:
@@ -21,8 +21,7 @@ radiusd_config=${radiusd_config:-"%%PREFIX%%/etc/raddb/radiusd.conf"}
required_files=${radiusd_config}
pidfile=/var/run/radiusd/radiusd.pid
-radiusd_enable=${radiusd_enable:-"NO"}
-start_precmd="${radiusd_start_precmd}"
+radiusd_enable=${radiusd_enable-"NO"}
load_rc_config $name
run_rc_command "$1"
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index 548dbad048ae..27a86cf5c03b 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -7,9 +7,10 @@
PORTNAME= freeradius
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
- http://freeradius.portal-to-web.de/ \
+ http://freeradius.portal-to-web.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free RADIUS server implementation
diff --git a/net/freeradius2/files/radiusd.in b/net/freeradius2/files/radiusd.in
index 7f18ab7c40d2..48a301cc8658 100644
--- a/net/freeradius2/files/radiusd.in
+++ b/net/freeradius2/files/radiusd.in
@@ -1,9 +1,9 @@
#!/bin/sh
-# PROVIDE radiusd
+# PROVIDE: radiusd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
-# KEYWORD: FreeBSD shutdown
+# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable radiusd:
@@ -21,8 +21,7 @@ radiusd_config=${radiusd_config:-"%%PREFIX%%/etc/raddb/radiusd.conf"}
required_files=${radiusd_config}
pidfile=/var/run/radiusd/radiusd.pid
-radiusd_enable=${radiusd_enable:-"NO"}
-start_precmd="${radiusd_start_precmd}"
+radiusd_enable=${radiusd_enable-"NO"}
load_rc_config $name
run_rc_command "$1"