lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Alert!: file: URLs via bookmarks are disallowed! ???


From: Adam Lloyd
Subject: LYNX-DEV Alert!: file: URLs via bookmarks are disallowed! ???
Date: Mon, 4 Aug 1997 02:04:08 -0400 (EDT)

Running lynx2-7-1 w/ fotemods july 25/97 

I get this alert when I try to go to a bookmark of the filesystem. 

I run this script below.. I haven't been able to narrow down the 
restrctions or option that causes the problem..

Anyone see the trouble?

#!/bin/sh
if checkgrp "~GUEST"; then
        echo Sorry, guests are not permitted to use lynx.
        sleep 5
        exit
fi


(find /var/tmp -user $USER -type f -print | xargs rm -f) 2>/dev/null

case "$1" in
"http://www.ecf.toronto.edu/~caldero/irc.html"; )        exit 0  ;;
esac

options="-editor=$EDITOR -ftp -noprint"
restrictions="-restrictions=shell,download,editor,bookmark,print,download,exec_frozen,dired_support,file_url"
cfgfile="-cfg=/home/adam/lynx2-7-1/lynx.cfg"
exec /home/adam/lynx2-7-1/lynx $options $cfgfile $restrictions $1

+-------/-\|)/-\|^| |_.--tfn helpdesk volunteer----------+
| address@hidden              address@hidden  |
| web: http://www.geocities.com/siliconvalley/park/2835  |
+--------------------------------------------------------+

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]