ispman/bin ispman.ldifupdate,1.1,1.2
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5159/bin
Modified Files:
ispman.ldifupdate
Log Message:
removed warn flag
added ispman libs preference
Index: ispman.ldifupdate
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.ldifupdate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ispman.ldifupdate 3 Aug 2004 06:20:12 -0000 1.1
+++ ispman.ldifupdate 4 Oct 2004 21:18:07 -0000 1.2
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# Script to update LDIF data
# Reads from one ldif file and writes to another ldif
@@ -10,6 +10,12 @@
# according to current schema
# For details see comments below
+BEGIN {
+ use FindBin;
+ unshift @INC,
+ ( $FindBin::Bin, "$FindBin::Bin/../lib", "$FindBin::Bin/../conf" );
+}
+
use strict;
use Getopt::Std;
use Net::LDAP::LDIF;
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl