Skip to content

Commit

Permalink
Remove unused VIP_* from weblogin config update
Browse files Browse the repository at this point in the history
  • Loading branch information
neutronth committed Jul 30, 2010
1 parent 43154f8 commit 3cbe0c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tools/Makefile.am
Expand Up @@ -3,7 +3,6 @@ MAINTAINERCLEANFILES = Makefile.in
dist_sbin_SCRIPTS = \
rahunas-firewall \
rahunas-bandwidth \
rahunas-vipmap \
rahunas-weblogin-config-update

bin_PROGRAMS = \
Expand Down
4 changes: 0 additions & 4 deletions tools/rahunas-weblogin-config-update.in
Expand Up @@ -57,8 +57,6 @@ generate_config() {
DEFAULT_REDIRECT_URL=`get_config_value $SETNAME nas_default_redirect $file`
DEFAULT_LANGUAGE=`get_config_value $SETNAME nas_default_language $file`
UAM_TEMPLATE=`get_config_value $SETNAME nas_weblogin_template $file`
VIPMAP=`get_config_value $SETNAME vipmap $file`
VIPMAP_ATTRIBUTE=`get_config_value $SETNAME vipmap_attribute $file`

printf "\$config_list['%s'] = array(\n" "$CLIENTS"
printf "\t\"VSERVER_ID\" => \"%s\",\n" "$VSERVER_ID"
Expand All @@ -79,8 +77,6 @@ generate_config() {
printf "\t\"DEFAULT_REDIRECT_URL\" => \"%s\",\n" "$DEFAULT_REDIRECT_URL"
printf "\t\"DEFAULT_LANGUAGE\" => \"%s\",\n" "$DEFAULT_LANGUAGE"
printf "\t\"UAM_TEMPLATE\" => \"%s\",\n" "$UAM_TEMPLATE"
printf "\t\"VIPMAP\" => \"%s\",\n" "$VIPMAP"
printf "\t\"VIPMAP_ATTRIBUTE\" => \"%s\",\n" "$VIPMAP_ATTRIBUTE"
printf ");\n\n"
}

Expand Down

0 comments on commit 3cbe0c2

Please sign in to comment.