mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
scstadmin, installation: Make the activation command output easier to read
Reported-by: Chris Weiss <cweiss@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6213 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -94,11 +94,11 @@ install install_vendor:
|
||||
for s in iscsi-scst qla2x00t; do \
|
||||
{ $(call REMOVE_FN,$$s); } >/dev/null 2>&1; \
|
||||
done
|
||||
echo
|
||||
echo 'If you want SCST to start automatically at boot time, run' \
|
||||
@echo
|
||||
@echo 'If you want SCST to start automatically at boot time, run' \
|
||||
'the following command:'
|
||||
$(call ECHO_INSTALL_FN,scst)
|
||||
echo
|
||||
@$(call ECHO_INSTALL_FN,scst)
|
||||
@echo
|
||||
|
||||
uninstall:
|
||||
if [ -e $(DESTDIR)$(DEFAULTDIR)/scst ]; then \
|
||||
|
||||
Reference in New Issue
Block a user