Changelog Shachar Shemesh <winecode@sun.consumer.org.il> programs/wineboot/wineboot.c * Added a print to indicate to user that installation is done.
--- programs/wineboot/wineboot.c.orig 2003-01-06 19:24:23.000000000 +0200 +++ programs/wineboot/wineboot.c 2003-01-07 20:16:53.000000000 +0200 @@ -150,6 +150,8 @@ return FALSE; } + printf("Continuing to \"boot\" wine.\n"); + return TRUE; }