summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup9
1 files 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' ] ],