From: Arran Cudbard-Bell Date: Fri, 29 Jun 2012 14:48:45 +0000 (+0100) Subject: Use radmin for hupage X-Git-Tag: release_2_2_0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62c645493c567293e1cfa2d715ae73dc5c42d9e;p=thirdparty%2Ffreeradius-server.git Use radmin for hupage --- diff --git a/scripts/git/post-receive b/scripts/git/post-receive index e339b7ad310..e9d45931e74 100755 --- a/scripts/git/post-receive +++ b/scripts/git/post-receive @@ -2,6 +2,7 @@ # git Post-receive configuration update script # # To install: +# * Enable r/w control socket for the user you're pushing with # * cd /raddb git config receive.denyCurrentBranch ignore # * cp ./post-receive /raddb/.git/hooks/ # * # Edit the capitalized variables below to match your environment. @@ -12,7 +13,7 @@ STABLE_TAG='stable' # Command used to restart the RADIUS daemon -RAD_REST='/etc/init.d/freeradius restart' +RAD_REST='radmin -e hup' # Command used to verify the new configuration RAD_CONF='radiusd -C'