From e2ebcb974152700c178d9808f1570817fbc15acf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 17 Dec 2012 15:39:43 +0100 Subject: [PATCH] be explicit on sfa-cm being not supported --- init.d/sfa-cm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.d/sfa-cm b/init.d/sfa-cm index 77b02d12..aaa5b3b6 100755 --- a/init.d/sfa-cm +++ b/init.d/sfa-cm @@ -7,6 +7,10 @@ # description: Wraps PLCAPI into the SFA compliant API # +echo "sfa-cm is no longer supported" +echo "you should consider rpm -e sfa-cm" +exit 1 + # Source config [ -f /etc/sfa/sfa_config.sh ] && . /etc/sfa/sfa_config.sh -- 2.43.0