diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ChangeLog | 6 | ||||
-rw-r--r-- | src/lib/win_glue.c | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 1d360f8dcb..210d8cf517 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/src/lib/win_glue.c b/src/lib/win_glue.c index 81f070a0fa..9b5b565360 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; |