just for jhs systems, not a generic diff

Im not using this anymore so moved to .no_customise

*** 4.5-RELEASE/src/usr.sbin/ppp/bundle.c	Wed Apr 10 16:03:09 2002
--- jhs/src/usr.sbin/ppp/bundle.c	Wed Apr 10 16:06:06 2002
***************
*** 109,115 ****
--- 109,119 ----
  static int bundle_RemainingIdleTime(struct bundle *);
  
  static const char * const PhaseNames[] = {
+ #if 1 /* normal */
    "Dead", "Establish", "Authenticate", "Network", "Terminate"
+ #else	/* add trace bells to alert me */
+   "Dead", "Establish", "Authenticate", "Network", "Terminate"
+ #endif
  };
  
  const char *
