summaryrefslogtreecommitdiff
path: root/bin/dbdef-create
diff options
context:
space:
mode:
authorivan <ivan>2001-08-21 02:43:18 +0000
committerivan <ivan>2001-08-21 02:43:18 +0000
commit4ac49026e732c19ef88103ab85536cea40cbc41c (patch)
treece6a41c3213d952df5a47d49d8ed512f5312a339 /bin/dbdef-create
parent6543a53f9d61dcfb0844a3dea480672565bc2cd2 (diff)
i think svc_acct_sm.import should go away, but...
Diffstat (limited to 'bin/dbdef-create')
-rwxr-xr-xbin/dbdef-create18
1 files changed, 1 insertions, 17 deletions
diff --git a/bin/dbdef-create b/bin/dbdef-create
index e71eb36b4..0b297b9e6 100755
--- a/bin/dbdef-create
+++ b/bin/dbdef-create
@@ -1,22 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: dbdef-create,v 1.4 2001-08-17 10:57:40 ivan Exp $
-#
-# create dbdef file for existing mySQL database (needs SHOW|DESCRIBE command
-# not in Pg) based on fs-setup
-#
-# ivan@sisd.com 98-jun-2
-#
-# $Log: dbdef-create,v $
-# Revision 1.4 2001-08-17 10:57:40 ivan
-# gah
-#
-# Revision 1.3 2001/04/15 12:56:31 ivan
-# s/dbdef/DBIx::DBSchema/
-#
-# Revision 1.2 1998/11/19 11:17:44 ivan
-# adminsuidsetup requires argument
-#
+# $Id: dbdef-create,v 1.5 2001-08-21 02:43:18 ivan Exp $
use strict;
use DBI;