diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2009-09-21 15:30:00 -0600 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2009-09-21 20:03:14 -0600 |
| commit | c11f1818c19233bdb6e54823b0c1352d4377fb75 (patch) | |
| tree | 4e999cc2611da036ae7de5fe98bcbacff0cd84e6 /ldap/admin/src/scripts/Migration.pm.in | |
| parent | cc89083f1177606d4cbbb52f8cdc5e34d0d16f70 (diff) | |
| download | ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.tar.gz ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.tar.xz ds-c11f1818c19233bdb6e54823b0c1352d4377fb75.zip | |
389-ds-base/glibmm24: conflicting perl provides
https://bugzilla.redhat.com/show_bug.cgi?id=523476
Resolves: bug 523476
Bug Description: 389-ds-base/glibmm24: conflicting perl provides
Reviewed by: nhosoi (Thanks!)
Files: see diff
Fix Description: Rename "Util" to "DSUtil"
Platforms tested: Fedora 11 x86_64
Flag Day: no
Doc impact: no
Diffstat (limited to 'ldap/admin/src/scripts/Migration.pm.in')
| -rw-r--r-- | ldap/admin/src/scripts/Migration.pm.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/admin/src/scripts/Migration.pm.in b/ldap/admin/src/scripts/Migration.pm.in index 65ea1acf..44613a80 100644 --- a/ldap/admin/src/scripts/Migration.pm.in +++ b/ldap/admin/src/scripts/Migration.pm.in @@ -71,7 +71,7 @@ use Getopt::Long; use File::Temp qw(tempfile tempdir); use SetupLog; -use Util; +use DSUtil; # process command line options Getopt::Long::Configure(qw(bundling)); # bundling allows -ddddd @@ -184,7 +184,7 @@ sub init { GetOptions('help|h|?' => sub { VersionMessage(); HelpMessage(); exit 0 }, 'version|v' => sub { VersionMessage(); exit 0 }, - 'debug|d+' => \$Util::debuglevel, + 'debug|d+' => \$DSUtil::debuglevel, 'silent|s' => \$silent, 'file|f=s' => \$inffile, 'keepcache|k' => \$keep, |
