[1.7] Postgresql service uninstall bug

Reini Urban rurban@x-ray.at
Fri Jul 31 22:36:00 GMT 2009


2009/7/31 Thrall, Bryan:
> 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() {
>

Thanks!
Fixed for 8.4.0-1 which is currently in test and will be released shortly.
-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/

--
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



More information about the Cygwin mailing list