Index: trunk/Nebulous-Server/Build.PL
===================================================================
--- trunk/Nebulous-Server/Build.PL	(revision 27114)
+++ trunk/Nebulous-Server/Build.PL	(revision 27115)
@@ -49,4 +49,5 @@
         bin/neb-voladd
         bin/neb-voladm
+        bin/neb-host
         bin/nebdiskd
     )],
Index: trunk/Nebulous-Server/MANIFEST
===================================================================
--- trunk/Nebulous-Server/MANIFEST	(revision 27114)
+++ trunk/Nebulous-Server/MANIFEST	(revision 27115)
@@ -10,4 +10,5 @@
 bin/neb-cabadd
 bin/neb-voladm
+bin/neb-host
 bin/nebdiskd
 docs/database_setup.txt
Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 27114)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 27115)
@@ -41,5 +41,5 @@
 # This determines how many entries from the list of volumes sorted by free space are randomized.
 my $topfew_count = 15;
-my $max_used_space = 0.98
+my $max_used_space = 0.98;
 # transaction restart/retry regex
 my $trans_regex = qr/Deadlock Found|Lock wait timeout exceeded|try restarting transaction|Can't connect to MySQL server/i;
