diff --git a/ajaxterm/CHANGELOG b/ajaxterm/CHANGELOG new file mode 100644 index 000000000..b7efccfb0 --- /dev/null +++ b/ajaxterm/CHANGELOG @@ -0,0 +1,2 @@ +---- Changes since 1.550 ---- +First version of this module, which allows shell logins without the need to use a separate SSH client or even run an SSH server. diff --git a/ajaxterm/index.cgi b/ajaxterm/index.cgi index b5d731c15..478355c1c 100755 --- a/ajaxterm/index.cgi +++ b/ajaxterm/index.cgi @@ -71,7 +71,7 @@ if (!fork()) { untie(*STDIN); close(STDIN); untie(*STDOUT); close(STDOUT); untie(*STDERR); close(STDERR); - $statfile = "$ENV{'WEBMIN_VAR'}/$module_name/$port"; + $statfile = "$ENV{'WEBMIN_VAR'}/ajaxterm/$port"; while(1) { my @st = stat($statfile); if (@st && time() - $st[9] > $config{'timeout'}) { diff --git a/ajaxterm/module.info b/ajaxterm/module.info index 8d123a4c7..c5226dc91 100644 --- a/ajaxterm/module.info +++ b/ajaxterm/module.info @@ -1,3 +1,3 @@ desc=Text Login name=ajaxterm -version=1.3 +longdesc=Access the shell on your system without the need for a separate SSH client, using Ajaxterm diff --git a/makedist.pl b/makedist.pl index ab460a567..1ca13e280 100755 --- a/makedist.pl +++ b/makedist.pl @@ -71,7 +71,7 @@ else { "tunnel", "zones", "cluster-usermin", "dovecot", "syslog-ng", "mailcap", "blue-theme", "ldap-client", "phpini", "filter", "bacula-backup", "ldap-server", "exim", "tcpwrappers", - "package-updates", "system-status", "webmincron", + "package-updates", "system-status", "webmincron", "ajaxterm", ); } @dirlist = ( "Webmin" );