From 9abbc98cd6fda7c4c41e380c09e2ba32967e293c Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 13 Jul 1996 00:33:19 +0000 Subject: [PATCH] Added TIMEBOMB_INFO string which tells the user the URL to look for more information about getting the new version of the product. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8705 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 6 ++++++ src/lib/win_glue.c | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 1d360f8dc..210d8cf51 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 12 20:32:29 1996 Theodore Y. Ts'o + + * 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 * win_glue.c (krb5_win_do_init): New routine which does the diff --git a/src/lib/win_glue.c b/src/lib/win_glue.c index 81f070a0f..9b5b56536 100644 --- a/src/lib/win_glue.c +++ b/src/lib/win_glue.c @@ -28,12 +28,14 @@ #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 /* @@ -117,9 +119,10 @@ static void do_timebomb() /* * 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; -- 2.26.2