From 912a6366ac1fc43d254fc9301b8e653dd0ccb50f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 8 Mar 2010 11:53:48 +0100 Subject: [PATCH] Fix cyrus-sasl autorun with core37. --- config/rootfiles/core/37/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/rootfiles/core/37/update.sh b/config/rootfiles/core/37/update.sh index e78621e343..e363f895be 100644 --- a/config/rootfiles/core/37/update.sh +++ b/config/rootfiles/core/37/update.sh @@ -36,6 +36,11 @@ extract_files #Delete sensors config to force new scan rm -f /etc/sysconfig/lm_sensors +#Create cyrus-sasl autostart links +ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc0.d/K49cyrus-sasl +ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc3.d/S24cyrus-sasl +ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc6.d/K49cyrus-sasl + # #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" -- 2.39.5