- removed useradd/group add stdout redirection - def attr for anyterm-httpd subpkg - slight rewording and other trivial tasks Tue Jul 14 2009 <mmorsi@redhat.com> - 1.1.29-7 - removed useradd/group add stderr redirection - used all macros where i could - create httpd subpackage for anyterm/httpd integration Mon Jul 13 2009 <mmorsi@redhat.com> - 1.1.29-6 - fixed location of %%doc macro, and resolved other macro issues - moved anyterm-cmd from bindir to libexecdir/anyterm Thu Jul 09 2009 <mmorsi@redhat.com> - 1.1.29-5 - added CFLAGS / CXXFLAGS to pick up RPM_OPT_FLAGS Tue Jul 07 2009 <mmorsi@redhat.com> - 1.1.29-4 - removed pbuild - removed executable stack (requires prelink/execstack) Thu Apr 09 2009 <mmorsi@redhat.com> - 1.1.29-3 - updated spec / init based on rpmlint output Wed Apr 08 2009 <mmorsi@redhat.com> - 1.1.29-2 - Serve static content via apache - Use 1.1.29 release and newly added patches Mon Mar 16 2009 <mmorsi@redhat.com> - 1.1.29-1 - Initial checkout and build.
13 lines
284 B
Diff
13 lines
284 B
Diff
Index: browser/anyterm.js
|
|
===================================================================
|
|
--- browser/anyterm.js (revision 5727)
|
|
+++ browser/anyterm.js (working copy)
|
|
@@ -19,7 +19,7 @@
|
|
|
|
var undefined;
|
|
|
|
-var url_prefix = "";
|
|
+var url_prefix = "proxy/";
|
|
|
|
var frame;
|
|
var term;
|