- 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:
Mark Buechler
2008-12-18 16:11:32 +00:00
parent c7fafb82ab
commit 40e56edbbd
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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;