From: Thierry Parmentelat Date: Mon, 17 Dec 2012 14:39:43 +0000 (+0100) Subject: be explicit on sfa-cm being not supported X-Git-Tag: sfa-2.1-24~5^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e2ebcb974152700c178d9808f1570817fbc15acf;p=sfa.git be explicit on sfa-cm being not supported --- 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