From: Robert W. <wrw...@us...> - 2006-12-11 18:01:41
|
Update of /cvsroot/linuxisns/iscsiClient In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30127 Modified Files: Makefile init.cfg Removed Files: target.cfg Log Message: create a common config file --- target.cfg DELETED --- Index: Makefile =================================================================== RCS file: /cvsroot/linuxisns/iscsiClient/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 11 Dec 2006 00:42:28 -0000 1.4 --- Makefile 11 Dec 2006 18:01:05 -0000 1.5 *************** *** 36,39 **** --- 36,40 ---- INITIATOR_SRCS += $(SRCDIR)comm.c INITIATOR_SRCS += $(SRCDIR)isns.c + INITIATOR_SRCS += $(SRCDIR)config.c INITIATOR_SRCS += $(SRCDIR)initiator.c *************** *** 42,45 **** --- 43,47 ---- TARGET_SRCS += $(SRCDIR)comm.c TARGET_SRCS += $(SRCDIR)isns.c + TARGET_SRCS += $(SRCDIR)config.c TARGET_SRCS += $(SRCDIR)target.c Index: init.cfg =================================================================== RCS file: /cvsroot/linuxisns/iscsiClient/init.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** init.cfg 11 Dec 2006 15:17:37 -0000 1.2 --- init.cfg 11 Dec 2006 18:01:05 -0000 1.3 *************** *** 1,4 **** * rectype 1 = iSNS Server IP addr ! 1 137.65.67.203 * rectype 2 = Initiator ID and Alias 2 E1-I1 Initiator1 --- 1,4 ---- * rectype 1 = iSNS Server IP addr ! 1 9.37.224.199 * rectype 2 = Initiator ID and Alias 2 E1-I1 Initiator1 *************** *** 8,9 **** --- 8,11 ---- * rectype 5 = Entity Period 5 16000 + * rectype 6 = Entity ID + 6 sample.initiator.com |