pginstaller - pginst: Fix initdb on win2k: Create a bat file and call - Mailing list pgsql-committers

From mha@pgfoundry.org (User Mha)
Subject pginstaller - pginst: Fix initdb on win2k: Create a bat file and call
Date
Msg-id 20040720194906.8925521862D@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix initdb on win2k: Create a bat file and call it, because win2k can't handle a commandline as complex as the one we
had.Also, specify computername instead of "." for local domain because win2k can't deal otherwise. 

Also, revert to using LogonUser on XP and newer again - seems the SSPI method doesn't *always* work on XP (it should,
butit doesn't). 

Modified Files:
--------------
    pginst/ca:
        pginstca.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Use SSPI instead of LogonUser() to check if the
Next
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Adjust initdb command for new "-A "