#!/bin/sh umask 077 # /usr/cs1/assess/lib/WebSite/runweb $* # "runweb" is a link to a compiled version of bin/setugidgrps.c # or (if you are not root) to a setuid version of "web.cgi" # - run bin/ENABLE to create correct version and set permissions. # If "runweb" is on a f/s NFS mounted by the HTTP server # with setuid disallowed, then you should comment out # the "runweb" command above, and uncomment the following line: /local/etc/bin/sgbit /usr/cs1/assess/lib/WebSite/runweb $*