diff --git a/scstadmin/ChangeLog b/scstadmin/ChangeLog index a231318e4..a5dad581c 100644 --- a/scstadmin/ChangeLog +++ b/scstadmin/ChangeLog @@ -5,6 +5,8 @@ Changes since 1.0.0 - Renamed Changes to ChangeLog - Updated README to include instructions for installing the perl module. - Renamed SCST perl module directory tp scst-0.7.4 +- Added init enable instructions to "make install" and README file. +- Changed VERSION on top-level Makefile to MODULE_VERSION to be more clear. Changes since 1.0.0 RC1 diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 3139cc0e0..2c7cb0c4b 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.7.4 +MODULE_VERSION = 0.7.4 TOOL = scstadmin all: perl-module @@ -6,23 +6,27 @@ all: perl-module install: install -m 755 $(TOOL) /usr/local/sbin install -m 755 init.d/scst /etc/init.d - $(MAKE) -C scst-$(VERSION) install + $(MAKE) -C scst-$(MODULE_VERSION) install + @echo + @echo "The SCST init file has been installed in /etc/init.d," + @echo "be sure to enable it with your favorite SysV init editor." + @echo uninstall: -rm -f /etc/init.d/scst -rm -f /usr/local/sbin/$(TOOL) - $(MAKE) -C scst-$(VERSION) uninstall + $(MAKE) -C scst-$(MODULE_VERSION) uninstall perl-module: - @cd ./scst-$(VERSION); \ + @cd ./scst-$(MODULE_VERSION); \ perl Makefile.PL; - $(MAKE) -C scst-$(VERSION) + $(MAKE) -C scst-$(MODULE_VERSION) clean: - $(MAKE) -C scst-$(VERSION) clean + $(MAKE) -C scst-$(MODULE_VERSION) clean distclean: - $(MAKE) -C scst-$(VERSION) clean - -rm -f scst-$(VERSION)/Makefile.old + $(MAKE) -C scst-$(MODULE_VERSION) clean + -rm -f scst-$(MODULE_VERSION)/Makefile.old .PHONY: all install uninstall diff --git a/scstadmin/README b/scstadmin/README index fe09fc391..1677c644a 100644 --- a/scstadmin/README +++ b/scstadmin/README @@ -34,7 +34,9 @@ Installation is simple. #> make #> make install -This installs scstadmin, the init.d script and the perl module. +This installs scstadmin, the init.d script and the perl module. If you want SCST to +startup and configure automatically upon boot, enable SCST using your favorite +SysV init editor. Getting Started: