From b04ace4afb38145750d7dc911853bffbde86a421 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 23 Feb 2005 06:40:36 +0000
Subject: [PATCH] Set the SHELL environment variable when starting the sbbs
 service (to /bin/sh).

---
 install/init.d/sbbs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/init.d/sbbs b/install/init.d/sbbs
index beafe37f26..c290c2929f 100644
--- a/install/init.d/sbbs
+++ b/install/init.d/sbbs
@@ -75,6 +75,7 @@ save_status() {
 start() {
 	echo -n $"Starting $prog: "
 	shift
+	export SHELL=/bin/sh
 	$start_daemon $proc -d $@
 	# Remember status and be verbose
 	$rc_status
-- 
GitLab