chiark / gitweb /
dh(1): fix so that it works.
[userv-utils] / www-cgi / www-cgi
1 if ( grep service-user-shell /etc/shells
2    & glob calling-user www-data
3    )
4         reset
5         no-suppress-args
6         no-set-environment
7         execute /usr/local/lib/userv/cgi/target public-cgi
8 fi