mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
- 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:
+2
-2
@@ -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
@@ -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
@@ -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;
|
||||
Reference in New Issue
Block a user