diff --git a/mxmount/mxmount b/mxmount/mxmount index 9ea675c..0a4c366 100755 --- a/mxmount/mxmount +++ b/mxmount/mxmount @@ -27,16 +27,11 @@ $fullhostname = hostname(); %D = (); %V = ( - DEFAULT_MOUNT_FS => '', DEFAULT_MOUNT_OPTIONS => '', DEFAULT_EXPORT_OPTIONS => '', DEFAULT_MOUNT_PREFIX => '/', SHORTHOST => $hostname, - FULLHOST => $fullhostname, - - NONE => '', - NULL => '' ); @lines = read_file($configfile);