From f16bab33441eb8bb4475f4bf3a64310e7786f0fc Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 Dec 2000 00:13:02 +0000 Subject: [PATCH] fix nas.last type --- bin/fs-setup | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/fs-setup b/bin/fs-setup index 4cdcb1b2c..2c31ff667 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.31 2000-12-01 18:34:53 ivan Exp $ +# $Id: fs-setup,v 1.32 2000-12-04 00:13:02 ivan Exp $ # # ivan@sisd.com 97-nov-8,9 # @@ -32,7 +32,10 @@ # fix radius attributes ivan@sisd.com 98-sep-27 # # $Log: fs-setup,v $ -# Revision 1.31 2000-12-01 18:34:53 ivan +# Revision 1.32 2000-12-04 00:13:02 ivan +# fix nas.last type +# +# Revision 1.31 2000/12/01 18:34:53 ivan # another tyop # # Revision 1.30 2000/12/01 18:33:32 ivan @@ -760,7 +763,7 @@ sub tables_hash_hack { 'nas', 'varchar', '', $char_d, 'nasip', 'varchar', '', 15, 'nasfqdn', 'varchar', '', $char_d, - 'last', @date_type, + 'last', 'int', '', '', ], 'primary_key' => 'nasnum', 'unique' => [ [ 'nas' ], [ 'nasip' ] ], -- 2.11.0