[Ledger-smb-devel] user creation rfc

2011-05-26 Thread Chris Travers
Hi all; I have gone through the patch queue and applied those which are safe to apply. A few conflicted with more recent changes. In those cases, I have generally looked at functional differences where I can. I have a few patches which cannot be applied as such, but represent needed changes in

Re: [Ledger-smb-devel] Much more evolved database preparation script

2011-05-26 Thread David F. Skoll
On Thu, 26 May 2011 15:55:09 -0700 Chris Travers wrote: > The larger problem is that it makes it impossible to run parallel > versions side by side, because Perl will pull the module out of > site-perl first, meaning that the copy in the local directory is > ignored. I think it might be better t

Re: [Ledger-smb-devel] Much more evolved database preparation script

2011-05-26 Thread Chris Travers
Just a couple points about make install and why it is not currently supported. This is something that could quite easily be optionally supported and quite frankly if you consistently run it at the moment every time you update, that's supportable. Currently make install will copy everything from t

Re: [Ledger-smb-devel] Much more evolved database preparation script

2011-05-26 Thread Adam Thompson
I realize it's a bit late to jump in with this comment, but I think it has to be made anyway: In 2011, I only install software two ways: 1. via a distribution-native mechanism (i.e. pkginstall, yum/rpm, apt/dpkg/deb, ports [à la *BSD]) 2. manually (which includes "make install" - see below) A

[Ledger-smb-devel] Much more evolved database preparation script

2011-05-26 Thread Erik Huelsmann
Hi Luke, On Thu, May 26, 2011 at 1:13 AM, Luke wrote: > Three additional things: > > 1.  The two lines: > > psql_args=-h $HOST --password $PASS -U ledgersmb > psql_cmd=psql $psql_args -d $company_name > > Are not likely to work as expected.  You probably want something like: > > psql_args="-h $H