From 19c30faa993e91dc3207eda677e591668835135b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 Subject: [PATCH] userv.rc: Don't clobber handling of `www-cgi'. --- userv.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userv.rc b/userv.rc index b062366..6a7500f 100644 --- a/userv.rc +++ b/userv.rc @@ -1,6 +1,8 @@ ### -*-conf-*- -if 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 userv -- 2.11.0