aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/freeradius.inc4
-rw-r--r--pkg_config.8.xml.amd642
2 files changed, 3 insertions, 3 deletions
diff --git a/config/freeradius.inc b/config/freeradius.inc
index 5f63c87c..0a41ed43 100644
--- a/config/freeradius.inc
+++ b/config/freeradius.inc
@@ -26,8 +26,8 @@ function freeradius_install_command() {
$rcfile = array();
$rcfile['file'] = 'radiusd.sh';
- $rcfile['start'] = 'killall -9 radiusd ; sleep 5 && radiusd -s &';
- $rcfile['stop'] = 'killall -9 radiusd ; sleep 5';
+ $rcfile['start'] = 'logger -f /var/log/system.log "freeRADIUS rc_start: killing all existing radiusd processes" && killall -9 radiusd ; sleep 5 && logger -f /var/log/system.log "freeRADIUS rc_start: starting radiusd " ; radiusd -s &';
+ $rcfile['stop'] = 'logger -f /var/log/system.log "freeRADIUS rc_stop: killing all existing radiusd processes" && killall -9 radiusd ; sleep 5 && logger -f /var/log/system.log "freeRADIUS rc_stop: radiusd has quit"';
conf_mount_rw();
write_rcfile($rcfile);
conf_mount_ro();
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index bc344124..eace1f5f 100644
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -711,7 +711,7 @@
<website>http://www.freeradius.org/</website>
<descr>A free implementation of the RADIUS protocol.</descr>
<category>System</category>
- <version>1.1.8 pkg v1.0</version>
+ <version>1.1.8 pkg v1.0.1</version>
<status>Beta</status>
<required_version>2.0</required_version>
<maintainer>none</maintainer>