mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
- Cosmetic fixes by Witold Kowolik and increment version.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@620 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Changes since 1.0.4
|
||||
|
||||
- Fixed a check in SCST::removeUser().
|
||||
- Fixed enable/disable target and error produced.
|
||||
- Minor cosmetic fixes.
|
||||
|
||||
Changes since 1.0.3
|
||||
|
||||
- Added patch from Witold Kowolik to allow for qla_isp enable/disable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
$Version = 'SCST Configurator v1.0.3';
|
||||
$Version = 'SCST Configurator v1.0.4';
|
||||
|
||||
# Configures SCST
|
||||
#
|
||||
@@ -1164,7 +1164,7 @@ sub removeUser {
|
||||
print "\t-> Removing user '$user' from security group '$group'..\n";
|
||||
|
||||
if ($SCST->removeUser($user, $group)) {
|
||||
print "WARNING: Failed to add user '$user' to security group '$group': ".
|
||||
print "WARNING: Failed to remove user '$user' to security group '$group': ".
|
||||
$SCST->errorString()."\n";
|
||||
return $TRUE;
|
||||
}
|
||||
@@ -1368,7 +1368,6 @@ sub targets {
|
||||
|
||||
if ($io) {
|
||||
my $wwn;
|
||||
my @fcont;
|
||||
my $fstr;
|
||||
my $enabled2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user