- Rename sysfs and procfs to better names.

- Specify module use version for procfs scstadmin.



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1861 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2010-07-22 14:51:08 +00:00
parent 253c80692e
commit be6f9f219b
12 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -33,10 +33,10 @@ extraclean:
disable_proc:
-rm scstadmin
ln -s sysfs scstadmin
ln -s scstadmin.sysfs scstadmin
enable_proc:
-rm scstadmin
ln -s procfs scstadmin
ln -s scstadmin.procfs scstadmin
.PHONY: all install uninstall perl-module clean distclean extraclean disable_proc enable_proc
+4 -2
View File
@@ -8,8 +8,10 @@ The perl module SCST::SCST is very generic and tries to handle error checking as
The init script was written for debian but should work on most distributions.
sysfs Use this version if you've disabled procfs support in SCST.
procfs This is the default version which uses the older procfs.
scstadmin.sysfs
Use this version if you've disabled procfs support in SCST.
scstadmin.procfs
This is the default version which uses the older procfs.
scst-0.8.22 This is the SCST Perl module required by scstadmin and scst_db.
scst-0.9.00 This is the SCST Perl module to be used with SCST compiled
+1 -1
View File
@@ -1 +1 @@
procfs
scstadmin.procfs
@@ -114,7 +114,7 @@ Examples:
EndUsage
}
use SCST::SCST;
use SCST::SCST 0.8.22;
use Getopt::Long;
use IO::File;
use IO::Dir;