chiark
/
gitweb
/
~mdw
/
userv-utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
488b813
)
Found in chiark:/etc/userv/services.d/www-cgi
author
ian
<ian>
Tue, 9 Nov 1999 21:04:13 +0000
(21:04 +0000)
committer
ian
<ian>
Tue, 9 Nov 1999 21:04:13 +0000
(21:04 +0000)
www-cgi/www-cgi
[new file with mode: 0644]
patch
|
blob
diff --git a/www-cgi/www-cgi
b/www-cgi/www-cgi
new file mode 100644
(file)
index 0000000..
294a34d
--- /dev/null
+++ b/
www-cgi/www-cgi
@@ -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