The /etc/rc.d/init.d/postgresql script has a bug that makes it slightly harder to uninstall the service; see the patch below:
$ diff -wup /etc/rc.d/init.d/postgresql{,.mod} --- /etc/rc.d/init.d/postgresql 2009-01-07 10:48:52.001000000 -0600 +++ /etc/rc.d/init.d/postgresql.mod 2009-07-30 18:06:35.931709600 -0500 @@ -113,7 +113,7 @@ install() { uninstall() { echo -n $"Uninstalling $prog daemon: " stop - cygrunsrv --remove $prog + cygrunsrv --remove $name echo "done." } reload() { -- Bryan Thrall FlightSafety International bryan.thr...@flightsafety.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple