aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/xinetd')
-rw-r--r--modules/subversion/templates/xinetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/templates/xinetd b/modules/subversion/templates/xinetd
index 0919ae60..c0eaab2a 100644
--- a/modules/subversion/templates/xinetd
+++ b/modules/subversion/templates/xinetd
@@ -9,6 +9,6 @@ service svnserve
wait = no
user = svn
server = /usr/bin/svnserve
- server_args = -i -r <%= svn_base_path %>
+ server_args = -i -r <%= @svn_base_path %>
flags = IPv6
}