chiark / gitweb /
agpl.py: Python 2.5 compatibility.
[chopwood] / userv.rc
index 842940ec7fecc3eb15ad3b9976864acc127e828c..6a7500f0a2e45014978fbc0b9119c3dd70e7b30a 100644 (file)
--- a/userv.rc
+++ b/userv.rc
@@ -1,9 +1,9 @@
 ### -*-conf-*-
 
-if ( glob service help list source set reset clear
-   & grep service-user-shell /etc/shells
+if ( grep service-user-shell /etc/shells
+   & ! glob service www-cgi
    )
        no-suppress-args
        no-set-environment
-       execute ./chpwd
+       execute ./chpwd userv
 fi