From 0a43abaf6c3ca873afa29a5df3090ea67fafa2d7 Mon Sep 17 00:00:00 2001 From: leif Date: Thu, 30 Jul 1998 06:49:18 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@6853 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/examples/modattr.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/examples/modattr.pl b/mozilla/directory/perldap/examples/modattr.pl index 2940c57e42c..b2c2ba8bcf1 100755 --- a/mozilla/directory/perldap/examples/modattr.pl +++ b/mozilla/directory/perldap/examples/modattr.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl5 ############################################################################# -# $Id: modattr.pl,v 1.1 1998-07-30 06:49:03 leif Exp $ +# $Id: modattr.pl,v 1.2 1998-07-30 06:49:18 leif Exp $ # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in @@ -37,7 +37,6 @@ use Mozilla::LDAP::Utils; # LULU, utilities. # $APPNAM = "modattr"; $USAGE = "$APPNAM [-dnvW] -b base -h host -D bind -w pswd -P cert attr=value filter"; -$AUTHOR = "Leif Hedstrom "; #############################################################################