From 79d5cac822039966d79017f92346652b765bad85 Mon Sep 17 00:00:00 2001 Message-Id: <79d5cac822039966d79017f92346652b765bad85.1715638030.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 4 Jul 2015 17:52:35 +0100 Subject: [PATCH] userv.rc: Fix stupid configuration bug. Organization: Straylight/Edgeware From: Mark Wooding --- userv.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userv.rc b/userv.rc index 6a7500f..e258c7e 100644 --- a/userv.rc +++ b/userv.rc @@ -1,6 +1,6 @@ ### -*-conf-*- -if ( grep service-user-shell /etc/shells +if ( grep calling-user-shell /etc/shells & ! glob service www-cgi ) no-suppress-args -- [mdw]