Imported Upstream version 3.1.0
[debian/amanda] / server-src / amserverconfig.pl
index ec8675fcc0e25d41676c1d84ef57937a1403a06a..ad0abc4f2a8af00a801ede1a705fe5678ee2275f 100755 (executable)
@@ -1,6 +1,6 @@
 #!@PERL@
 #
-# Copyright (c) 2005-2008 Zmanda Inc.  All Rights Reserved.
+# Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 as published
@@ -15,7 +15,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-# Contact information: Zmanda Inc, 465 S Mathlida Ave, Suite 300
+# Contact information: Zmanda Inc, 465 S. Mathilda Ave., Suite 300
 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
 #
 
@@ -46,17 +46,11 @@ my $holding_err=0;
 my $template_only=0;
 my $parentdir;
 my $host;
-# Get the version suffix.
-my $USE_VERSION_SUFFIXES = '@USE_VERSION_SUFFIXES@';
-my $suf = '';
-if ( $USE_VERSION_SUFFIXES =~ /^yes$/i ) {
-        $suf='-@VERSION@';
-}
 
 
 #usage
 sub usage {
-        print "$0 $suf\n";
+        print "$0\n";
         print "\t\t <config> [--template <template>]\n";
        print "\t\t[--no-vtape] (do not create virtual tapes)\n";
         print "\t\t[--tapetype <tapetype>] [--tpchanger <tpchanger>]\n";