I added a --no_postgres_pass option.
Diff attached.
Should the name of this be changed since it also drops a company?
Chris Bennett
--- /home/chris101/LSMB/ledgersmb/tools/drop-roles.pl Tue Mar 27 20:34:52 2012
+++ /var/www/var/www/htdocs/users/ledgersmb/tools/drop-roles.pl Wed Oct 17
15:05:
Minor fix, changed postgress to postgres.
New diff
Chris Bennett
--- /home/chris101/LSMB/ledgersmb/tools/dbsetup.pl Tue Mar 27 20:34:52 2012
+++ tools/dbsetup.plWed Oct 17 15:04:54 2012
@@ -1,5 +1,6 @@
#!/usr/bin/perl
-package LedgerSMB::Scripts::dirt;
+package LedgerSMB::Scripts::dbse
After seeing someone having installation problems on users list, I
decided to look at dbsetup.pl to see if anything obvious was missing for
newbies.
I have added 3 things.
The directory that ledgersmb-httpd.conf will be installed.
The correct owner of the web site files.
The correct group of the w
On Wed, 2012-10-17 at 10:24 -0400, Chris Travers wrote:
> Technically we should avoid any distro-specific info in the INSTALL.
> We should call it Module::Install and let people with specific distros
> search for such packages. For example in Fedora, it's called
> perl-module-install. Leave the