chiark / gitweb /
Found in chiark:/etc/userv/services.d/www-cgi
authorian <ian>
Tue, 9 Nov 1999 21:04:13 +0000 (21:04 +0000)
committerian <ian>
Tue, 9 Nov 1999 21:04:13 +0000 (21:04 +0000)
www-cgi/www-cgi [new file with mode: 0644]

diff --git a/www-cgi/www-cgi b/www-cgi/www-cgi
new file mode 100644 (file)
index 0000000..294a34d
--- /dev/null
@@ -0,0 +1,9 @@
+#
+if ( grep service-user-shell /etc/shells
+   & glob calling-user www
+   )
+       reset
+       no-set-environment
+       no-suppress-args
+       execute /usr/local/lib/user-cgi/target public-cgi
+fi