Обсуждение: pginstaller - pginst: Fix initdb on win2k: Create a bat file and call

Поиск
Список
Период
Сортировка

pginstaller - pginst: Fix initdb on win2k: Create a bat file and call

От
mha@pgfoundry.org (User Mha)
Дата:
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)