next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects
Index of Subjects This should be OK now -- changes to the lynx configuration were necessary to get the right install program. On Tue, 15 Apr 1997, David J. Murdoch wrote: > CS_ROOT /home/csuite; CS_DIST /home/tmp/csdist > CS_ROOT/info/recent/ exists but nothing in it after installing new IP files. > >From CS_ROOT/log/debug.recent (full output below) > + usage=usage: cs_html_head -t user -h host > ls: [12]*.*: No such file or directory > > > + vars_read=1 > + return 0 > + PATH=/home/csuite/bin:/home/csuite/lib:/home/csuite/etc/cgi-lib:/usr/sbin:/usr/bin:/home/csuite/bin:/bin > + export PATH > + usage=usage: cs_html_head -t user -h host > + user=csuite-feedback > + host=landon.chebucto.ns.ca > + getopts t:h: c > + '[' 1 -gt 1 ']' > + html_head csuite-feedback landon.chebucto.ns.ca 'Recent Updates' > + user=csuite-feedback > + host=landon.chebucto.ns.ca > + shift 2 > + echo '<html><head> > <title>Recent Updates</title> > <link rev="made" href="mailto:csuite-feedback@landon.chebucto.ns.ca"> > </head><body> > ' > + process_query_string > + '[' '' = '' ']' > + return > + process_form_fields > ++ parse_form_fields > ++ '[' 0 -gt 0 ']' > + eval > + trap cs_html_foot 0 > + echo '<base href="http://landon.chebucto.ns.ca/XX/xx.html">' > + echo '<h1>Landon Community Net Recent Updates</h1>' > + echo 'List Recent Documents in Other Places<p>' > + pat=.* > + echo '<dl>' > + cd /home/csuite/info/recent > ++ ls -r '[12]*.*' > ++ gawk -F. ' > $1 != prev { count++; prev = $1; if (count > 10) exit } > { print }' > ls: [12]*.*: No such file or directory > + egrep -h '^<dt>|.*' > + gawk ' > /<dt>/ { for (i in saw) delete saw[i]; print } > /href=/ { if (!($0 in saw)) { saw[$0] = 1; print $0 }; } > ' > + echo '</dl>' > + cs_html_foot > + echo '</body></html>' > > -- > David Murdoch > > > David Trueman, Systems Manager, Dalhousie Math, Stats and Computing Science Technical Chair, Chebucto Community Net
next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects