*** 1.8	1996/06/13 22:03:20
--- 1.9	1996/08/19 20:53:08
***************
*** 215,221 ****
   	sp = current_services;
  	while(sp) {
  		if(!find_service(sp->name, new_services) && 
! 		   !index(sp->name, ':')) {
  			if(sp->exists[S_DEL]) {
  				os_run_script(sp, S_DEL);
  			}
--- 215,221 ----
   	sp = current_services;
  	while(sp) {
  		if(!find_service(sp->name, new_services) && 
! 		   !strchr(sp->name, ':')) {
  			if(sp->exists[S_DEL]) {
  				os_run_script(sp, S_DEL);
  			}
***************
*** 226,232 ****
  	/* Now the additions */
   	sp = new_services;
  	while(sp) {
! 		if(!index(sp->name, ':')) {
  			if(sp->exists[S_ADD]) {
  				os_run_script(sp, S_ADD);
  			}
--- 226,232 ----
  	/* Now the additions */
   	sp = new_services;
  	while(sp) {
! 		if(!strchr(sp->name, ':')) {
  			if(sp->exists[S_ADD]) {
  				os_run_script(sp, S_ADD);
  			}
