summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2000-12-01 18:34:53 +0000
committerivan <ivan>2000-12-01 18:34:53 +0000
commit61495019b4ef4079c771c37933d0fe0f38164f1a (patch)
tree622156818aa26a3ec9fd26e1947a0715dedbfded /bin/fs-setup
parentae2f662a52a739ce966cdc0e74faef7bab1f8cb7 (diff)
another tyop
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup11
1 files changed, 7 insertions, 4 deletions
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',