Huang Bambo schrieb:
The cygwin 1.7 don't need “server” tag in CYGWIN environment but the
start up of postgresql 8.2.11 checked this tag.
code:
131 check_cygserver() {
132 # Check for running cygserver processes first.
133 if ps -ef | grep -v grep | grep -q cygserver
134 then
135
The cygwin 1.7 don't need “server” tag in CYGWIN environment but the
start up of postgresql 8.2.11 checked this tag.
code:
131 check_cygserver() {
132 # Check for running cygserver processes first.
133 if ps -ef | grep -v grep | grep -q cygserver
134 then
135 echo -n "- cygserv
2 matches
Mail list logo