Adding keywords

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@145 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-08 20:39:34 +00:00
parent 45cfeae9d8
commit 429933ac82
6 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id$
LDAP2DNSUSER=$1 LDAP2DNSUSER=$1
LDAP2DNSLOGUSER=$2 LDAP2DNSLOGUSER=$2
LDAP2DNSDIR=$3 LDAP2DNSDIR=$3

View File

@@ -1,4 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id$
use strict; use strict;
use warnings; use warnings;
#use POSIX qw(strftime): #use POSIX qw(strftime):