X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-setup;h=d6e191f3bc2671384ac505e838392973d2529597;hb=dc83512c36dc6bea2585abada4f88d714c600e55;hp=07da88dea019054a1d712704c5901570d385f38f;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 07da88dea..d6e191f3b 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -1,5 +1,11 @@ #!/usr/bin/perl -w +=head1 NAME + +freeside-setup + +=cut + #to delay loading dbdef until we're ready BEGIN { $FS::Schema::setup_hack = 1; } @@ -37,51 +43,8 @@ getsecrets(); #needs to match FS::Record my($dbdef_file) = "%%%FREESIDE_CONF%%%/dbdef.". datasrc; -### - my $username_len = 32; -#print "\n\n", <); -# chop $x; -# $x; -#} -# -#sub _yesno { -# print " [y/N]:"; -# my $x = scalar(); -# $x =~ /^y/i; -#} - -#my @check_attributes = (); #add later -#my @attributes = (); #add later -#my $ship = $opt_s; - ### # create a dbdef object from the old data structure ###