Added TIMEBOMB_INFO string which tells the user the URL to look for
authorTheodore Tso <tytso@mit.edu>
Sat, 13 Jul 1996 00:33:19 +0000 (00:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 13 Jul 1996 00:33:19 +0000 (00:33 +0000)
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
src/lib/win_glue.c

index 1d360f8dcb321106036159e3974c13ff2a559534..210d8cf51717f5d0527c8da3f2d2699845c31eee 100644 (file)
@@ -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
index 81f070a0fad47cc3291b46a1c5caafb35a04a14f..9b5b565360bdc9fc6951f1cdec4ecf5bed398b82 100644 (file)
 #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;