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

Поиск
Список
Период
Сортировка
От mha@pgfoundry.org (User Mha)
Тема pginstaller - pginst: Fix initdb on win2k: Create a bat file and call
Дата
Msg-id 20040720194906.8925521862D@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pginstaller - pginst: Use SSPI instead of LogonUser() to check if the
Следующее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pginstaller - pginst: Adjust initdb command for new "-A "