Changeset 29840
- Timestamp:
- Nov 26, 2010, 10:35:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/ippToPsps/perl/ippToPsps/Datastore.pm
r29655 r29840 54 54 my $command = "$self->{_dsreg}"; 55 55 $command .= " --add $name"; 56 $command .= " --rm";57 56 $command .= " --copy"; 58 57 $command .= " --datapath $path"; … … 86 85 my $command = "$self->{_dsreg}"; 87 86 $command .= " --del $name"; 87 $command .= " --rm"; 88 88 $command .= " --product $self->{_product}"; 89 89
Note:
See TracChangeset
for help on using the changeset viewer.
