+Fri Jul 12 20:32:29 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * win_glue.c: Added TIMEBOMB_INFO string which tells the user the
+ URL to look for more information about getting the new
+ version of the product.
+
Wed Jul 10 20:32:22 1996 Theodore Y. Ts'o <tytso@mit.edu>
* win_glue.c (krb5_win_do_init): New routine which does the
#define TIMEBOMB 853304400 /* 15-Jan-97 */
#define TIMEBOMB_PRODUCT "SAPGUI"
#define TIMEBOMB_WARN 15
+#define TIMEBOMB_INFO " Please see the web page at:\nhttp://web.mit.edu/reeng/www/saphelp for more information"
#endif
#ifdef KRB_TIMEBOMB
#define TIMEBOMB 853304400 /* 15-Jan-97 */
#define TIMEBOMB_PRODUCT "Kerberos V5"
#define TIMEBOMB_WARN 15
+#define TIMEBOMB_INFO " Please see the web page at:\nhttp://web.mit.edu/reeng/www/saphelp for more information"
#endif
/*
/*
* The SAP R/3 application doesn't listen to a polite
* request to quit, so we hit it over the head with a
- * hammer. Unfortunately, this leaves dangling system
- * resources that don't get freed, so the user will
- * have to reboot (or at least restart windows).
+ * large club. Unfortunately, this leaves the baby
+ * seal with dangling system resources that don't get
+ * freed, so the user will have to reboot (or at least
+ * restart windows).
*/
FatalAppExit(0, "Note: you should reboot now.");
return;