From: Arran Cudbard-Bell Date: Fri, 29 Jun 2012 14:48:45 +0000 (+0100) Subject: Use radmin for hupage X-Git-Tag: release_3_0_0_beta0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b30d06a3b3fd1fb6fcb24bbbf223905ab01f6ce;p=thirdparty%2Ffreeradius-server.git Use radmin for hupage --- diff --git a/scripts/git/post-receive b/scripts/git/post-receive index f6af869825b..c9a3dc4aab5 100755 --- a/scripts/git/post-receive +++ b/scripts/git/post-receive @@ -2,8 +2,8 @@ # git Post-receive configuration update script # # To install: -# * cd /raddb -# * git config receive.denyCurrentBranch ignore +# * 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. # @@ -13,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'