[nmstools-cvs] src/bin Makefile.am,1.5,1.6
Brought to you by:
ssinyagin
|
From: Michel H. <mi...@us...> - 2002-12-17 11:32:05
|
Update of /cvsroot/nmstools/src/bin In directory sc8-pr-cvs1:/tmp/cvs-serv5374 Modified Files: Makefile.am Log Message: isis_collect_spf_log.pl.in, isis_spflog_corr.pl.in added Index: Makefile.am =================================================================== RCS file: /cvsroot/nmstools/src/bin/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 19 Nov 2002 14:51:04 -0000 1.5 --- Makefile.am 17 Dec 2002 11:31:57 -0000 1.6 *************** *** 22,25 **** --- 22,28 ---- # Revision history: # $Log$ + # Revision 1.6 2002/12/17 11:31:57 mihahn + # isis_collect_spf_log.pl.in, isis_spflog_corr.pl.in added + # # Revision 1.5 2002/11/19 14:51:04 mihahn # mpls_collect_vpn_rt.pl.in, mpls_vpn_rt_cvsimport.sh.in added *************** *** 70,73 **** --- 73,78 ---- ipr_analyze.pl \ ipr_procxml.sh \ + isis_collect_spf_log.pl \ + isis_spflog_corr.pl \ mpls_collectrunning.pl \ mpls_collect_vpn_rt.pl \ *************** *** 117,120 **** --- 122,127 ---- ipr_analyze.pl.in \ ipr_procxml.sh.in \ + isis_collect_spf_log.pl.in \ + isis_spflog_corr.pl.in \ mpls_collectrunning.pl.in \ mpls_collect_vpn_rt.pl.in \ |