from-client (gl-easy-install) is now obsolete

This commit is contained in:
Sitaram Chamarty 2011-09-03 09:36:24 +05:30
parent 8b501a1872
commit 2056c95917
17 changed files with 40 additions and 1080 deletions

View file

@ -645,7 +645,6 @@ sub parse_acl
die "parse $GL_CONF_COMPILED failed: " . ($! or $@) unless do $GL_CONF_COMPILED;
}
unless (defined($data_version) and $data_version eq $current_data_version) {
# this cannot happen for 'easy-install' cases, by the way...
warn "(INTERNAL: $data_version -> $current_data_version; running gl-setup)\n";
system("$ENV{SHELL} -l -c gl-setup >&2");