summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/DSCreate.pm.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-09-21 15:30:00 -0600
committerRich Megginson <rmeggins@redhat.com>2009-09-21 20:03:14 -0600
commitc11f1818c19233bdb6e54823b0c1352d4377fb75 (patch)
tree4e999cc2611da036ae7de5fe98bcbacff0cd84e6 /ldap/admin/src/scripts/DSCreate.pm.in
parentcc89083f1177606d4cbbb52f8cdc5e34d0d16f70 (diff)
downloadds-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/DSCreate.pm.in')
-rw-r--r--ldap/admin/src/scripts/DSCreate.pm.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/admin/src/scripts/DSCreate.pm.in b/ldap/admin/src/scripts/DSCreate.pm.in
index a7ab5fae..f351a21b 100644
--- a/ldap/admin/src/scripts/DSCreate.pm.in
+++ b/ldap/admin/src/scripts/DSCreate.pm.in
@@ -44,7 +44,7 @@
##########################
package DSCreate;
-use Util;
+use DSUtil;
use Inf;
use FileConn;
@@ -198,7 +198,7 @@ sub changeOwnerMode {
sub makeDSDirs {
my $inf = shift;
- my $verbose = ($Util::debuglevel > 0);
+ my $verbose = ($DSUtil::debuglevel > 0);
my $mode = getMode($inf, 7);
my @errs;