=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/client.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/rdist/client.c 1996/06/26 05:38:08 1.3 --- src/usr.bin/rdist/client.c 1996/07/25 05:31:00 1.4 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.3 1996/06/26 05:38:08 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.4 1996/07/25 05:31:00 millert Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 35,41 **** #ifndef lint static char RCSid[] = ! "$OpenBSD: client.c,v 1.3 1996/06/26 05:38:08 deraadt Exp $"; static char sccsid[] = "@(#)client.c"; --- 35,41 ---- #ifndef lint static char RCSid[] = ! "$OpenBSD: client.c,v 1.4 1996/07/25 05:31:00 millert Exp $"; static char sccsid[] = "@(#)client.c"; *************** *** 531,536 **** --- 531,542 ---- message(MT_INFO, "%s", s); break; + case C_NOTEMSG: + if (n > 0) + message(MT_NOTICE, "%s", s); + break; + /* Goto top of loop */ + case C_ERRMSG: message(MT_NERROR, "%s", s); return(didupdate); *************** *** 706,711 **** --- 712,723 ---- if (n > 0) message(MT_INFO, "%s", s); break; + + case C_NOTEMSG: + if (n > 0) + message(MT_NOTICE, "%s", s); + break; + /* Goto top of loop */ case C_ERRMSG: message(MT_NERROR, "%s", s);