From: ivan Date: Fri, 1 Dec 2000 18:34:53 +0000 (+0000) Subject: another tyop X-Git-Tag: freeside_1_3_0~66 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=61495019b4ef4079c771c37933d0fe0f38164f1a another tyop --- diff --git a/bin/fs-setup b/bin/fs-setup index b2000a53b..4cdcb1b2c 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.30 2000-12-01 18:33:32 ivan Exp $ +# $Id: fs-setup,v 1.31 2000-12-01 18:34:53 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.30 2000-12-01 18:33:32 ivan +# Revision 1.31 2000-12-01 18:34:53 ivan +# another tyop +# +# Revision 1.30 2000/12/01 18:33:32 ivan # tyop # # Revision 1.29 2000/11/07 15:00:37 ivan @@ -742,8 +745,8 @@ sub tables_hash_hack { 'port' => { 'columns' => [ 'portnum', 'int', '', '', - 'ip', 'varchar', NULL, 15, - 'nasport', 'int', NULL, '', + 'ip', 'varchar', 'NULL', 15, + 'nasport', 'int', 'NULL', '', 'nasnum', 'int', '', '', ], 'primary_key' => 'portnum',