chiark / gitweb /
www-cgi/: Move `xrealloc' to `ucgicommon'.
[userv-utils.git] / www-cgi / www-cgi
index 294a34df569075dc424be6207d7272fa76739494..c3dabfc4addd61758980b39105fac2d8a9362b6a 100644 (file)
@@ -1,9 +1,8 @@
-#
 if ( grep service-user-shell /etc/shells
-   & glob calling-user www
+   & glob calling-user www-data
    )
        reset
-       no-set-environment
        no-suppress-args
-       execute /usr/local/lib/user-cgi/target public-cgi
+       no-set-environment
+       execute /usr/local/lib/userv/cgi/target public-cgi
 fi