linux-decnet-commit Mailing List for DECnet for Linux (Page 27)
Brought to you by:
chrissie_c,
ph3-der-loewe
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(16) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(20) |
Feb
(27) |
Mar
(25) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(36) |
Aug
(12) |
Sep
(12) |
Oct
(16) |
Nov
(5) |
Dec
(5) |
2003 |
Jan
(8) |
Feb
(9) |
Mar
(25) |
Apr
(18) |
May
(29) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(10) |
Oct
(5) |
Nov
(3) |
Dec
(9) |
2004 |
Jan
(17) |
Feb
|
Mar
(9) |
Apr
|
May
(4) |
Jun
(1) |
Jul
(2) |
Aug
(21) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
|
Mar
(13) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(13) |
Oct
(83) |
Nov
(2) |
Dec
|
2006 |
Jan
(21) |
Feb
(1) |
Mar
(32) |
Apr
(31) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(13) |
2007 |
Jan
(1) |
Feb
(7) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
(7) |
2008 |
Jan
(4) |
Feb
(13) |
Mar
(24) |
Apr
(18) |
May
(10) |
Jun
|
Jul
|
Aug
(40) |
Sep
(72) |
Oct
(61) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
(3) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(41) |
Aug
(28) |
Sep
(2) |
Oct
(5) |
Nov
(4) |
Dec
|
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:45
|
Update of /cvsroot/linux-decnet/dnprogs/libdaemon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/libdaemon Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdaemon/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile 18 Jan 2002 19:15:45 -0000 1.7 --- Makefile 12 Aug 2004 09:17:34 -0000 1.8 *************** *** 38,45 **** ln -sf $(SHAREDLIB) $(libprefix)/lib/$(LIBNAME).so.$(MAJOR_VERSION) ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(prefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(prefix)/man/man3 ! ln -sf dnet_daemon.3 $(prefix)/man/man3/dnet_accept.3 ! ln -sf dnet_daemon.3 $(prefix)/man/man3/dnet_reject.3 .SUFFIXES: .po --- 38,45 ---- ln -sf $(SHAREDLIB) $(libprefix)/lib/$(LIBNAME).so.$(MAJOR_VERSION) ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(manprefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(manprefix)/man/man3 ! ln -sf dnet_daemon.3 $(manprefix)/man/man3/dnet_accept.3 ! ln -sf dnet_daemon.3 $(manprefix)/man/man3/dnet_reject.3 .SUFFIXES: .po |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:44
|
Update of /cvsroot/linux-decnet/dnprogs/phone In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/phone Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/phone/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile 18 Jan 2002 18:13:54 -0000 1.4 --- Makefile 12 Aug 2004 09:17:34 -0000 1.5 *************** *** 61,70 **** install: $(INSTALLDEPS) install -d $(prefix)/bin ! install -d $(prefix)/man/man1 ! install -d $(prefix)/man/man8 install -m 0755 -s $(PROG1) $(prefix)/bin install -m 0755 -s $(PROG2) $(prefix)/sbin ! install -m 0644 $(MANPAGES1) $(prefix)/man/man1 ! install -m 0644 $(MANPAGES8) $(prefix)/man/man8 install_pixmaps: --- 61,70 ---- install: $(INSTALLDEPS) install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 ! install -d $(manprefix)/man/man8 install -m 0755 -s $(PROG1) $(prefix)/bin install -m 0755 -s $(PROG2) $(prefix)/sbin ! install -m 0644 $(MANPAGES1) $(manprefix)/man/man1 ! install -m 0644 $(MANPAGES8) $(manprefix)/man/man8 install_pixmaps: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:44
|
Update of /cvsroot/linux-decnet/dnprogs/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/scripts Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/scripts/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile 18 Jan 2002 19:15:45 -0000 1.5 --- Makefile 12 Aug 2004 09:17:34 -0000 1.6 *************** *** 23,27 **** endif install -m 0755 setup.sh $(prefix)/sbin/decnetconf ! install -m 0644 decnetconf.8 $(prefix)/man/man8 dep depend: --- 23,27 ---- endif install -m 0755 setup.sh $(prefix)/sbin/decnetconf ! install -m 0644 decnetconf.8 $(manprefix)/man/man8 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:44
|
Update of /cvsroot/linux-decnet/dnprogs/dnroute/netlink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dnroute/netlink Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/netlink/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile 4 May 2003 11:53:31 -0000 1.1 --- Makefile 12 Aug 2004 09:17:33 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + include ../../Makefile.common NLOBJ=ll_map.o libnetlink.o |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:44
|
Update of /cvsroot/linux-decnet/dnprogs/mail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/mail Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/mail/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 18 Jan 2002 19:15:45 -0000 1.6 --- Makefile 12 Aug 2004 09:17:34 -0000 1.7 *************** *** 34,43 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man5 ! install -d $(prefix)/man/man8 install -m 0755 -s $(PROG1) $(prefix)/sbin install -m 0755 -s $(PROG2) $(prefix)/sbin ! install -m 0644 $(MANPAGES5) $(prefix)/man/man5 ! install -m 0644 $(MANPAGES8) $(prefix)/man/man8 dep depend: --- 34,43 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man5 ! install -d $(manprefix)/man/man8 install -m 0755 -s $(PROG1) $(prefix)/sbin install -m 0755 -s $(PROG2) $(prefix)/sbin ! install -m 0644 $(MANPAGES5) $(manprefix)/man/man5 ! install -m 0644 $(MANPAGES8) $(manprefix)/man/man8 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/fal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/fal Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/fal/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 17 Jul 2001 08:01:14 -0000 1.2 --- Makefile 12 Aug 2004 09:17:34 -0000 1.3 *************** *** 17,25 **** install: install -d $(prefix)/sbin ! install -d $(prefix)/man/man8 ! install -d $(prefix)/man/man5 install -m 0755 -s $(PROG1) $(prefix)/sbin ! install -m 0644 fal.8 $(prefix)/man/man8 ! install -m 0644 decnet.proxy.5 $(prefix)/man/man5 dep depend: --- 17,25 ---- install: install -d $(prefix)/sbin ! install -d $(manprefix)/man/man8 ! install -d $(manprefix)/man/man5 install -m 0755 -s $(PROG1) $(prefix)/sbin ! install -m 0644 fal.8 $(manprefix)/man/man8 ! install -m 0644 decnet.proxy.5 $(manprefix)/man/man5 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/dnroute In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dnroute Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 5 May 2003 08:28:16 -0000 1.6 --- Makefile 12 Aug 2004 09:17:33 -0000 1.7 *************** *** 3,7 **** DNROUTE=dnroute ! CC=gcc -O2 -Wall -Wstrict-prototypes -Inetlink/include all: $(DNROUTE) --- 3,7 ---- DNROUTE=dnroute ! CFLAGS += -Inetlink/include all: $(DNROUTE) *************** *** 15,21 **** install: install -d $(prefix)/sbin ! install -d $(prefix)/man/man8 install -m 0755 -s dnroute $(prefix)/sbin ! install -m 0644 dnroute.8 $(prefix)/man/man8 clean: --- 15,21 ---- install: install -d $(prefix)/sbin ! install -d $(manprefix)/man/man8 install -m 0755 -s dnroute $(prefix)/sbin ! install -m 0644 dnroute.8 $(manprefix)/man/man8 clean: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/libdnet Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile 18 Jan 2002 19:15:45 -0000 1.6 --- Makefile 12 Aug 2004 09:17:34 -0000 1.7 *************** *** 48,55 **** ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(prefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(prefix)/man/man3 ! ln -sf dnet_getnode.3 $(prefix)/man/man3/dnet_nextnode.3 ! ln -sf dnet_getnode.3 $(prefix)/man/man3/dnet_endnode.3 clean: --- 48,55 ---- ln -sf $(LIBNAME).so.$(MAJOR_VERSION) $(libprefix)/lib/$(LIBNAME).so ! install -d $(manprefix)/man/man3 ! install -m 0644 $(MANPAGES3) $(manprefix)/man/man3 ! ln -sf dnet_getnode.3 $(manprefix)/man/man3/dnet_nextnode.3 ! ln -sf dnet_getnode.3 $(manprefix)/man/man3/dnet_endnode.3 clean: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/dntask In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dntask Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dntask/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 17 Jul 2001 08:01:14 -0000 1.2 --- Makefile 12 Aug 2004 09:17:33 -0000 1.3 *************** *** 16,22 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 dep depend: --- 16,22 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:43
|
Update of /cvsroot/linux-decnet/dnprogs/dnsubmit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dnsubmit Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnsubmit/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 18 Jan 2002 19:15:45 -0000 1.3 --- Makefile 12 Aug 2004 09:17:33 -0000 1.4 *************** *** 20,28 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 ! ln -sf $(PROG1).1 $(prefix)/man/man1/$(PROG2).1 --- 20,28 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 ! ln -sf $(PROG1).1 $(manprefix)/man/man1/$(PROG2).1 |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:42
|
Update of /cvsroot/linux-decnet/dnprogs/dnlogin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dnlogin Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnlogin/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 17 Jul 2002 18:36:25 -0000 1.3 --- Makefile 12 Aug 2004 09:17:33 -0000 1.4 *************** *** 16,22 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 dep depend: --- 16,22 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:42
|
Update of /cvsroot/linux-decnet/dnprogs/dnetd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dnetd Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnetd/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 17 Jul 2001 08:01:14 -0000 1.3 --- Makefile 12 Aug 2004 09:17:33 -0000 1.4 *************** *** 20,28 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man5 ! install -d $(prefix)/man/man8 install -m 0750 -s $(PROG1) $(prefix)/sbin ! install -m 0644 $(MANPAGES5) $(prefix)/man/man5 ! install -m 0644 $(MANPAGES8) $(prefix)/man/man8 if [ ! -f $(sysconfprefix)/etc/dnetd.conf ]; then install -m 640 dnetd.conf $(sysconfprefix)/etc; fi if [ ! -f $(sysconfprefix)/etc/decnet.proxy ]; then install -m 640 ../fal/decnet.proxy $(sysconfprefix)/etc; fi --- 20,28 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man5 ! install -d $(manprefix)/man/man8 install -m 0750 -s $(PROG1) $(prefix)/sbin ! install -m 0644 $(MANPAGES5) $(manprefix)/man/man5 ! install -m 0644 $(MANPAGES8) $(manprefix)/man/man8 if [ ! -f $(sysconfprefix)/etc/dnetd.conf ]; then install -m 640 dnetd.conf $(sysconfprefix)/etc; fi if [ ! -f $(sysconfprefix)/etc/decnet.proxy ]; then install -m 640 ../fal/decnet.proxy $(sysconfprefix)/etc; fi |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:42
|
Update of /cvsroot/linux-decnet/dnprogs/dncopy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dncopy Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 17 Jul 2001 08:01:13 -0000 1.2 --- Makefile 12 Aug 2004 09:17:32 -0000 1.3 *************** *** 20,28 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 ! ln -sf $(PROG1).1 $(prefix)/man/man1/$(PROG2).1 --- 20,28 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ln -sf $(PROG1) $(prefix)/bin/$(PROG2) ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 ! ln -sf $(PROG1).1 $(manprefix)/man/man1/$(PROG2).1 |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:42
|
Update of /cvsroot/linux-decnet/dnprogs/dndir In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dndir Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dndir/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 17 Jul 2001 08:01:13 -0000 1.2 --- Makefile 12 Aug 2004 09:17:33 -0000 1.3 *************** *** 16,22 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 dep depend: --- 16,22 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 dep depend: |
From: Patrick C. <pa...@us...> - 2004-08-12 09:17:41
|
Update of /cvsroot/linux-decnet/dnprogs/dndel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31744/dndel Modified Files: Makefile Log Message: Makefile fixes from my "makefile mentor" : Maciej W. Rozycki Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dndel/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 17 Jul 2001 08:01:13 -0000 1.2 --- Makefile 12 Aug 2004 09:17:32 -0000 1.3 *************** *** 16,22 **** install: install -d $(prefix)/bin ! install -d $(prefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(prefix)/man/man1 dep depend: --- 16,22 ---- install: install -d $(prefix)/bin ! install -d $(manprefix)/man/man1 install -m 0755 -s $(PROG1) $(prefix)/bin ! install -m 0644 $(MANPAGES) $(manprefix)/man/man1 dep depend: |
From: Patrick C. <pa...@us...> - 2004-07-09 13:16:11
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27876 Modified Files: changelog dnet-common.templates templates Log Message: FIx translations Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** changelog 30 May 2004 09:30:01 -0000 1.29 --- changelog 9 Jul 2004 13:15:58 -0000 1.30 *************** *** 1,2 **** --- 1,8 ---- + dnprogs (2.27.1) unstable; urgency=low + + * Add Dutch debconf translation. Closes: #254842 + + -- Patrick Caulfield <pa...@de...> Fri, 9 Jul 2004 13:24:49 +0100 + dnprogs (2.27) unstable; urgency=low Index: dnet-common.templates =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.templates,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** dnet-common.templates 12 Sep 2003 19:29:26 -0000 1.6 --- dnet-common.templates 9 Jul 2004 13:15:58 -0000 1.7 *************** *** 4,10 **** _Description: DECnet node name All nodes on a DECnet network have a node name. This is similar to the IP ! hostname but can only be a maximum of 6 characters long. . It is common ! that the DECnet name is the same as the IP name (if your machine has one). ! If you do not know the answer to this question please contact your system administrator. --- 4,10 ---- _Description: DECnet node name All nodes on a DECnet network have a node name. This is similar to the IP ! hostname but can only be a maximum of 6 characters long. . It is common that ! the DECnet name is the same as the IP name (if your machine has one). If you ! do not know the answer to this question please contact your system administrator. *************** *** 25,30 **** The "setether" program in this package will change the hardware (MAC) address of all ethernet cards in your system (by default) to match the ! DECnet node address. This is essential for the operation of DECnet and so ! is not optional. However, if you have more than one ethernet card you may want to edit /etc/default/decnet to alter the list of cards whose hardware addresses are changed. --- 25,30 ---- The "setether" program in this package will change the hardware (MAC) address of all ethernet cards in your system (by default) to match the ! DECnet node address. This is essential for the operation of DECnet and so is ! not optional. However, if you have more than one ethernet card you may want to edit /etc/default/decnet to alter the list of cards whose hardware addresses are changed. *************** *** 34,39 **** protocols until this cache has timed out or been flushed. . ! The MAC address cannot be changed on-the-fly so you will need to reboot ! your machine before DECnet can function. . You should also edit /etc/decnet.conf to add the names and addresses of --- 34,39 ---- protocols until this cache has timed out or been flushed. . ! The MAC address cannot be changed on-the-fly so you will need to reboot your ! machine before DECnet can function. . You should also edit /etc/decnet.conf to add the names and addresses of Index: templates =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/templates,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** templates 1 Feb 2001 10:00:31 -0000 1.1 --- templates 9 Jul 2004 13:15:58 -0000 1.2 *************** *** 18,21 **** area and the second is the node within that area. . ! Do not make up a number here, If you do not know your DECnet node addres then ask your system administrator. --- 18,21 ---- area and the second is the node within that area. . ! Do not make up a number here, If you do not know your DECnet node address then ask your system administrator. |
From: Patrick C. <pa...@us...> - 2004-07-09 13:16:10
|
Update of /cvsroot/linux-decnet/dnprogs/debian/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27876/po Modified Files: de.po fr.po nl.po templates.pot Log Message: FIx translations Index: de.po =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/po/de.po,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** de.po 24 Sep 2003 15:53:43 -0000 1.1 --- de.po 9 Jul 2004 13:15:58 -0000 1.2 *************** *** 12,21 **** # Developers do not need to manually edit POT or PO files. # - #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2003-09-12 06:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Sebastian Feltel\n" --- 12,20 ---- # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2004-07-09 13:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Sebastian Feltel\n" *************** *** 25,37 **** "Content-Transfer-Encoding: 8bit\n" #. Description #: ../dnet-common.templates:4 - #, fuzzy msgid "DECnet node name" msgstr "Wie lautet der DECnet Knotenname?" #. Description #: ../dnet-common.templates:4 - #, fuzzy msgid "" "All nodes on a DECnet network have a node name. This is similar to the IP " --- 24,36 ---- "Content-Transfer-Encoding: 8bit\n" + #. Type: string #. Description #: ../dnet-common.templates:4 msgid "DECnet node name" msgstr "Wie lautet der DECnet Knotenname?" + #. Type: string #. Description #: ../dnet-common.templates:4 msgid "" "All nodes on a DECnet network have a node name. This is similar to the IP " *************** *** 45,54 **** "nich länger als 6 Zeichen sein." #. Description #: ../dnet-common.templates:14 - #, fuzzy msgid "DECnet node address" msgstr "Wie lautet die DECnet Knotenadresse?" #. Description #: ../dnet-common.templates:14 --- 44,54 ---- "nich länger als 6 Zeichen sein." + #. Type: string #. Description #: ../dnet-common.templates:14 msgid "DECnet node address" msgstr "Wie lautet die DECnet Knotenadresse?" + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 62,68 **** "spezifiziert das Netz, die zweite den Knoten innerhalb des Netzes." #. Description #: ../dnet-common.templates:14 - #, fuzzy msgid "" "Do not make up a number here. If you do not know your DECnet node address " --- 62,68 ---- "spezifiziert das Netz, die zweite den Knoten innerhalb des Netzes." + #. Type: string #. Description #: ../dnet-common.templates:14 msgid "" "Do not make up a number here. If you do not know your DECnet node address " *************** *** 72,75 **** --- 72,76 ---- "kennen, dann sollten Sie Ihren Systemadministrator fragen." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 77,80 **** --- 78,82 ---- msgstr "Starten des DECnet verändert die MAC-Adresse Ihrer Netzwerkkarten." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 94,97 **** --- 96,100 ---- "verwenden wollen, in der Datei /etc/default/decnet angeben." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 105,108 **** --- 108,112 ---- "für MAC-Adressen) leeren oder er von alleine verfällt." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 114,117 **** --- 118,122 ---- "neu starten, um DECnet verwenden zu können." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 129,133 **** #~ msgstr "Wie lautet die DECnet Knotenadresse?" - #, fuzzy #~ msgid "" #~ "All nodes on a DECnet network have a node address. Such address consists " --- 134,137 ---- *************** *** 139,143 **** #~ "Zahl spezifiziert das Netz, die zweite den Knoten innerhalb des Netzes." - #, fuzzy #~ msgid "" #~ "Do not use a random number here. If you do not know your DECnet node " --- 143,146 ---- *************** *** 147,151 **** #~ "kennen, dann sollten Sie Ihren Systemadministrator fragen." - #, fuzzy #~ msgid "" #~ "Do not make up a number here, If you do not know your DECnet node addres " --- 150,153 ---- Index: fr.po =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/po/fr.po,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** fr.po 24 Sep 2003 15:53:43 -0000 1.1 --- fr.po 9 Jul 2004 13:15:58 -0000 1.2 *************** *** 15,19 **** msgstr "" "Project-Id-Version: dnprogs 2.24-1\n" ! "POT-Creation-Date: 2003-09-12 06:32+0200\n" "PO-Revision-Date: 2003-09-12 18:21+0100\n" "Last-Translator: Christian Perrier <bu...@de...>\n" --- 15,20 ---- msgstr "" "Project-Id-Version: dnprogs 2.24-1\n" ! "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2004-07-09 13:38+0100\n" "PO-Revision-Date: 2003-09-12 18:21+0100\n" "Last-Translator: Christian Perrier <bu...@de...>\n" *************** *** 23,26 **** --- 24,28 ---- "Content-Transfer-Encoding: 8bit\n" + #. Type: string #. Description #: ../dnet-common.templates:4 *************** *** 28,31 **** --- 30,34 ---- msgstr "Nom de noeud DECnet" + #. Type: string #. Description #: ../dnet-common.templates:4 *************** *** 42,45 **** --- 45,49 ---- "ne connaissez pas ce nom, veuillez consulter votre administrateur réseau." + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 47,50 **** --- 51,55 ---- msgstr "Adresse de noeud DECnet" + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 58,61 **** --- 63,67 ---- "correspond à la zone et le second représente le noeud au sein de cette zone." + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 68,71 **** --- 74,78 ---- "réseau." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 73,76 **** --- 80,84 ---- msgstr "Le démarrage de DECnet va modifier votre adresse matérielle Ethernet" + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 91,94 **** --- 99,103 ---- "l'adresse matérielle sera modifiée." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 102,105 **** --- 111,115 ---- "tant que ce cache n'aura pas expiré ou été vidé." + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 111,114 **** --- 121,125 ---- "donc redémarrer votre machine avant de pouvoir utiliser DECnet." + #. Type: note #. Description #: ../dnet-common.templates:24 Index: nl.po =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/po/nl.po,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** nl.po 18 Jun 2004 10:57:49 -0000 1.1 --- nl.po 9 Jul 2004 13:15:58 -0000 1.2 *************** *** 16,20 **** "Project-Id-Version: dnsprogs 2.26\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2004-06-17 11:20+0200\n" "PO-Revision-Date: 2004-04-16 11:33+0100\n" "Last-Translator: Luk Claes <luk...@ug...>\n" --- 16,20 ---- "Project-Id-Version: dnsprogs 2.26\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2004-07-09 13:38+0100\n" "PO-Revision-Date: 2004-04-16 11:33+0100\n" "Last-Translator: Luk Claes <luk...@ug...>\n" Index: templates.pot =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/po/templates.pot,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** templates.pot 12 Sep 2003 19:29:26 -0000 1.1 --- templates.pot 9 Jul 2004 13:15:58 -0000 1.2 *************** *** 12,21 **** # Developers do not need to manually edit POT or PO files. # - #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2003-09-12 06:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 12,20 ---- # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" ! "POT-Creation-Date: 2004-07-09 13:38+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 25,28 **** --- 24,28 ---- "Content-Transfer-Encoding: 8bit\n" + #. Type: string #. Description #: ../dnet-common.templates:4 *************** *** 30,33 **** --- 30,34 ---- msgstr "" + #. Type: string #. Description #: ../dnet-common.templates:4 *************** *** 40,43 **** --- 41,45 ---- msgstr "" + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 45,48 **** --- 47,51 ---- msgstr "" + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 53,56 **** --- 56,60 ---- msgstr "" + #. Type: string #. Description #: ../dnet-common.templates:14 *************** *** 60,63 **** --- 64,68 ---- msgstr "" + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 65,68 **** --- 70,74 ---- msgstr "" + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 76,79 **** --- 82,86 ---- msgstr "" + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 84,87 **** --- 91,95 ---- msgstr "" + #. Type: note #. Description #: ../dnet-common.templates:24 *************** *** 91,94 **** --- 99,103 ---- msgstr "" + #. Type: note #. Description #: ../dnet-common.templates:24 |
From: Patrick C. <pa...@us...> - 2004-06-18 10:57:58
|
Update of /cvsroot/linux-decnet/dnprogs/debian/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15332/po Added Files: nl.po Log Message: --- NEW FILE: nl.po --- # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: dnsprogs 2.26\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-06-17 11:20+0200\n" "PO-Revision-Date: 2004-04-16 11:33+0100\n" "Last-Translator: Luk Claes <luk...@ug...>\n" "Language-Team: Debian l10n Dutch <deb...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../dnet-common.templates:4 msgid "DECnet node name" msgstr "DECnet-knoopnaam" #. Type: string #. Description #: ../dnet-common.templates:4 msgid "" "All nodes on a DECnet network have a node name. This is similar to the IP " "hostname but can only be a maximum of 6 characters long. . It is common that " "the DECnet name is the same as the IP name (if your machine has one). If you " "do not know the answer to this question please contact your system " "administrator." msgstr "" "Alle knopen op een DECnet-netwerk hebben een knoopnaam. Dit is vergelijkbaar " "met de IP-computernaam, maar ze mag slechts 6 karakters lang zijn. Het is " "gebruikelijk dat de DECnet-naam dezelfde is als de IP-naam (als uw machine " "er één heeft). Als u het antwoord op deze vraag niet weet, contacteer dan uw " "systeembeheerder." #. Type: string #. Description #: ../dnet-common.templates:14 msgid "DECnet node address" msgstr "DECnet-knoopadres" #. Type: string #. Description #: ../dnet-common.templates:14 msgid "" "All nodes on a DECnet network have a node address. This is two numbers " "seperated with a period (eg 3.45) where the first number denotes the area " "and the second is the node within that area." msgstr "" "Alle knopen op een DECnet-netwerk hebben een knoopadres. Dit bestaat uit " "twee getallen, gescheiden door een punt (vb 3.45) waarbij het eerste getal " "het gebied aangeeft en het tweede de knoop in dat gebied." #. Type: string #. Description #: ../dnet-common.templates:14 msgid "" "Do not make up a number here. If you do not know your DECnet node address " "then ask your system administrator." msgstr "" "Vind niet zomaar een adres uit. Als u uw DECnet-knoopadres niet weet, vraag " "het dan aan uw systeembeheerder." #. Type: note #. Description #: ../dnet-common.templates:24 msgid "DECnet startup changes your ethernet hardware address" msgstr "Het opstarten van DECnet wijzigt uw ethernet-hardwareadres" #. Type: note #. Description #: ../dnet-common.templates:24 msgid "" "The \"setether\" program in this package will change the hardware (MAC) " "address of all ethernet cards in your system (by default) to match the " "DECnet node address. This is essential for the operation of DECnet and so is " "not optional. However, if you have more than one ethernet card you may want " "to edit /etc/default/decnet to alter the list of cards whose hardware " "addresses are changed." msgstr "" "Het \"setether\"-programma in dit pakket zal het hardware- (MAC-) adres van " "al uw ethernetkaarten in uw systeem (standaard) laten overeenkomen met het " "DECnet-knoopadres. Dit is essentieel voor de werking van DECnet en is dus " "niet optioneel. Toch kunt u in /etc/default/decnet de lijst van kaarten " "wiens hardwareadres moet veranderd worden, wijzigen als u meer dan één " "ethernetkaart heeft." #. Type: note #. Description #: ../dnet-common.templates:24 msgid "" "Be aware that any other machines that have your system's MAC address in " "their ARP cache may no longer be able to communicate with you via IP " "protocols until this cache has timed out or been flushed." msgstr "" "Merk op dat andere machines die het MAC-adres van uw systeem in hun ARP-" "cache hebben, misschien niet langer met u kunnen communiceren via IP-" "protocols totdat de cache is verlopen of is gewist." #. Type: note #. Description #: ../dnet-common.templates:24 msgid "" "The MAC address cannot be changed on-the-fly so you will need to reboot your " "machine before DECnet can function." msgstr "" "Het MAC-adres kan niet \"on-the-fly\" gewijzigd worden, dus u zal uw machine " "moeten herstarten opdat DECnet zou kunnen functioneren." #. Type: note #. Description #: ../dnet-common.templates:24 msgid "" "You should also edit /etc/decnet.conf to add the names and addresses of " "DECnet nodes you want to communicate with." msgstr "" "U moet ook in /etc/decnet.conf de namen en adressen toevoegen van DECnet-" "knopen waarmee u wil communiceren." |
From: Patrick C. <pa...@us...> - 2004-05-30 09:30:16
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18449/debian Modified Files: changelog control Log Message: 2.27 release Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** changelog 5 Nov 2003 11:48:17 -0000 1.28 --- changelog 30 May 2004 09:30:01 -0000 1.29 *************** *** 1,2 **** --- 1,10 ---- + dnprogs (2.27) unstable; urgency=low + + * Fix signal handling in sethost so it doesn't die with an embarrassing + "Alarm clock" message. + * Add dependancy on modutils. Closes: #251508 + + -- Patrick Caulfield <pa...@de...> Sun, 30 May 2004 10:13:57 +0100 + dnprogs (2.26) unstable; urgency=low Index: control =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/control,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** control 12 Sep 2003 19:29:26 -0000 1.26 --- control 30 May 2004 09:30:01 -0000 1.27 *************** *** 8,12 **** Package: dnet-common Architecture: all ! Depends: debconf(>=0.5.00), debianutils(>=1.13) Priority: extra Section: net --- 8,12 ---- Package: dnet-common Architecture: all ! Depends: debconf(>=0.5.00), debianutils(>=1.13), modutils Priority: extra Section: net |
From: Patrick C. <pa...@us...> - 2004-05-30 09:30:10
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18449 Modified Files: Makefile.common Log Message: 2.27 release Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** Makefile.common 5 Nov 2003 11:48:17 -0000 1.26 --- Makefile.common 30 May 2004 09:30:01 -0000 1.27 *************** *** 54,58 **** MAJOR_VERSION=2 ! MINOR_VERSION=26 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 54,58 ---- MAJOR_VERSION=2 ! MINOR_VERSION=27 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) |
From: <ben...@id...> - 2004-05-22 12:55:09
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Patrick C. <pa...@us...> - 2004-05-20 09:30:35
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30247 Modified Files: sethost.c Log Message: Use POSIX rather than BSD signal calls as they're less racey. Index: sethost.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/sethost.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** sethost.c 26 Sep 2003 08:02:05 -0000 1.8 --- sethost.c 20 May 2004 09:30:25 -0000 1.9 *************** *** 144,150 **** } else ! newchar = strtol(string, NULL, 0); // Just a number ! // Make sure it's resaonable if (newchar > 0 && newchar < 256) exit_char = newchar; --- 144,150 ---- } else ! newchar = strtol(string, NULL, 0); /* Just a number ! /* Make sure it's reasonable */ if (newchar > 0 && newchar < 256) exit_char = newchar; *************** *** 253,257 **** { if (debug == 2) { printf(" Entered static void ct_timeout_proc...\n");} ct_terminate_read(5); - signal(SIGALRM,ct_timeout_proc); } /*-------------------------------------------------------------------------*/ --- 253,256 ---- *************** *** 522,526 **** ! // Try very hard to get the local username local_user = cuserid(NULL); if (!local_user || local_user == (char *)0xffffffff) --- 521,525 ---- ! /* Try very hard to get the local username */ local_user = cuserid(NULL); if (!local_user || local_user == (char *)0xffffffff) *************** *** 1593,1597 **** p=(void *)&buf[bufptr]; ! // SPARC machines can't handle the off alignment either... #if __BYTE_ORDER != 1234 swab((void *)&han_char.input_count_state, (void *)p, 4); --- 1592,1596 ---- p=(void *)&buf[bufptr]; ! /* SPARC machines can't handle the off alignment either... */ #if __BYTE_ORDER != 1234 swab((void *)&han_char.input_count_state, (void *)p, 4); *************** *** 1791,1795 **** if (debug == 2) { printf(" Entered int main...\n");} ! // Deal with command-line arguments. opterr = 0; optind = 0; --- 1790,1794 ---- if (debug == 2) { printf(" Entered int main...\n");} ! /* Deal with command-line arguments. */ opterr = 0; optind = 0; *************** *** 1847,1853 **** sigemptyset(&ss); if (debug == 1) { ! printf("Connection to %d flavor",flavor); /*ed*/ } switch (flavor) --- 1846,1857 ---- sigemptyset(&ss); + sa.sa_handler = ct_timeout_proc; + sa.sa_mask = ss; + sa.sa_flags = 0; + sigaction(SIGALRM, &sa, NULL); + if (debug == 1) { ! printf("Connection to %d flavour",flavor); /*ed*/ } switch (flavor) |
From: Patrick C. <pa...@us...> - 2004-03-26 14:56:38
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11618 Modified Files: configure.in Log Message: Fix HAVE_LOCKDEV_H Index: configure.in =================================================================== RCS file: /cvsroot/linux-decnet/latd/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** configure.in 26 Mar 2004 14:24:17 -0000 1.11 --- configure.in 26 Mar 2004 14:45:39 -0000 1.12 *************** *** 123,126 **** --- 123,127 ---- if test "x$have_lockdev" = "xyes"; then LIBLOCKDEV=-llockdev + AC_DEFINE(HAVE_LOCKDEV_H) fi |
From: Patrick C. <pa...@us...> - 2004-03-26 14:35:19
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6129 Modified Files: configure.in Log Message: Version 1.21 Index: configure.in =================================================================== RCS file: /cvsroot/linux-decnet/latd/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** configure.in 6 Jan 2004 09:29:02 -0000 1.10 --- configure.in 26 Mar 2004 14:24:17 -0000 1.11 *************** *** 3,7 **** dnl Checks that we are given a good source directory. AC_INIT(latcp.cc) ! AM_INIT_AUTOMAKE(latd, 1.20) dnl Checks for programs. --- 3,7 ---- dnl Checks that we are given a good source directory. AC_INIT(latcp.cc) ! AM_INIT_AUTOMAKE(latd, 1.21) dnl Checks for programs. |
From: Patrick C. <pa...@us...> - 2004-03-25 16:10:02
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31574 Modified Files: moprc.cc moprc.8 Removed Files: TODO.moprc Log Message: Add -p to change poll timer. Add some basic changes to make it scriptable (ie it will take a file as stdin) Index: moprc.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/moprc.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** moprc.cc 24 Mar 2004 15:39:02 -0000 1.9 --- moprc.cc 25 Mar 2004 15:59:02 -0000 1.10 *************** *** 1,4 **** /****************************************************************************** ! (c) 2001-2003 patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2001-2004 patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify *************** *** 60,64 **** static int last_message_len; static int show_info = 0; ! static int do_moprc(u_int8_t *, int, int); static int send_boot(u_int8_t *macaddr, int interface); static LATinterfaces *iface; --- 60,64 ---- static int last_message_len; static int show_info = 0; ! static int do_moprc(u_int8_t *, int, int, int); static int send_boot(u_int8_t *macaddr, int interface); static LATinterfaces *iface; *************** *** 75,78 **** --- 75,79 ---- fprintf(f, " -b Make ^H send DEL\n"); fprintf(f, " -v Show target information\n"); + fprintf(f, " -p <ms> Set poll interval (default 200)\n"); fprintf(f, "\n"); fprintf(f, "Node names are read from /etc/ethers\n"); *************** *** 112,115 **** --- 113,117 ---- int trigger=0; int convert_bs = 0; + int poll_interval = 200; /* in ms */ char ifname_buf[255]; char *ifname; *************** *** 126,130 **** /* Get command-line options */ opterr = 0; ! while ((opt=getopt(argc,argv,"?hVvtbi:")) != EOF) { switch(opt) --- 128,132 ---- /* Get command-line options */ opterr = 0; ! while ((opt=getopt(argc,argv,"?hVvtbi:p:")) != EOF) { switch(opt) *************** *** 153,156 **** --- 155,162 ---- break; + case 'p': + poll_interval = atoi(optarg); + break; + case 'V': printf("\nMoprc version %s\n\n", VERSION); *************** *** 213,217 **** } ! return do_moprc(addr.ether_addr_octet, interface, convert_bs); } --- 219,223 ---- } ! return do_moprc(addr.ether_addr_octet, interface, convert_bs, poll_interval*1000); } *************** *** 370,374 **** } ! static int do_moprc(u_int8_t *macaddr, int interface, int convert_bs) { enum {STARTING, CONNECTED} state=STARTING; --- 376,380 ---- } ! static int do_moprc(u_int8_t *macaddr, int interface, int convert_bs, int timeout) { enum {STARTING, CONNECTED} state=STARTING; *************** *** 381,388 **** int last_msg_tag = 99; /* Dummy */ int status; - int timeout = 200000; /* Poll interval */ int waiting_ack; int resends = 0; int termfd = STDIN_FILENO; tcgetattr(termfd, &old_term); --- 387,395 ---- int last_msg_tag = 99; /* Dummy */ int status; int waiting_ack; int resends = 0; int termfd = STDIN_FILENO; + int stdin_is_tty; + int last_packet_was_empty=1; tcgetattr(termfd, &old_term); *************** *** 410,423 **** tv.tv_usec = 0; /* Loop for input */ while ( (status = select(FD_SETSIZE, &in, NULL, NULL, &tv)) >= 0) { ! /* No data, poll for any input from the terminal server */ ! if (status == 0 && !waiting_ack) { ! unsigned char dummybuf[1]; ! send_data(dummybuf, 0, macaddr, interface); ! waiting_ack = 1; ! resends = 0; } --- 417,430 ---- tv.tv_usec = 0; + stdin_is_tty = isatty(STDIN_FILENO); + /* Loop for input */ while ( (status = select(FD_SETSIZE, &in, NULL, NULL, &tv)) >= 0) { ! /* No response after 3 tries */ ! if (waiting_ack && resends >= 3) { ! printf("\nTarget does not respond\n"); ! break; } *************** *** 427,435 **** { send_last_message(interface, macaddr); ! if (++resends == 3) ! { ! printf("\nTarget does not respond\n"); ! break; ! } } --- 434,448 ---- { send_last_message(interface, macaddr); ! resends++; ! continue; ! } ! ! /* No data, poll for any input from the terminal server */ ! if (status == 0 && !waiting_ack) ! { ! unsigned char dummybuf[1]; ! send_data(dummybuf, 0, macaddr, interface); ! waiting_ack = 1; ! resends = 0; } *************** *** 467,478 **** /* Got some data to display */ case MOPRC_CMD_RESPONSE: ! if (datalen >= 2) { ! int i; ! for (i=0; i<datalen-2; i++) ! { ! fputc(buf[4+i], stdout); ! } fflush(stdout); } break; --- 480,492 ---- /* Got some data to display */ case MOPRC_CMD_RESPONSE: ! if (datalen > 2) { ! fwrite(buf+4, datalen-2, 1, stdout); fflush(stdout); + last_packet_was_empty = 0; + } + else + { + last_packet_was_empty = 1; } break; *************** *** 489,493 **** } ! if (isatty(STDIN_FILENO)) printf("Console connected (press CTRL/D when finished)\n"); --- 503,507 ---- } ! if (stdin_is_tty) printf("Console connected (press CTRL/D when finished)\n"); *************** *** 505,509 **** { int i; ! len = read(STDIN_FILENO, buf, sizeof(buf)); if (len < 0) { --- 519,523 ---- { int i; ! len = read(STDIN_FILENO, buf, stdin_is_tty ? sizeof(buf) : 1); if (len < 0) { *************** *** 531,535 **** FD_ZERO(&in); FD_SET(mop_socket, &in); ! if (!waiting_ack) FD_SET(STDIN_FILENO, &in); } --- 545,549 ---- FD_ZERO(&in); FD_SET(mop_socket, &in); ! if (!waiting_ack && last_packet_was_empty) FD_SET(STDIN_FILENO, &in); } Index: moprc.8 =================================================================== RCS file: /cvsroot/linux-decnet/latd/moprc.8,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** moprc.8 17 Mar 2003 09:33:03 -0000 1.4 --- moprc.8 25 Mar 2004 15:59:03 -0000 1.5 *************** *** 37,43 **** --- 37,51 ---- .TP + .I \-p <n> + Changes the poll interval of moprc from 200 ms to <n> ms. Changing + this down will increase the risk of timeouts, increasing it will + decrease the speed of the link. + + + .TP .I \-h \-? Shows the usage message. + .TP .I \-V *************** *** 57,61 **** .SH BUGS ! On Darwin you MUST use /etc/ethers .SS SEE ALSO .BR latd "(8), " latd.conf "(5), " ethers "(5), " llogin "(1)" \ No newline at end of file --- 65,76 ---- .SH BUGS ! On Darwin you cannot specify an ethernet address on the command-line, ! the name MUST be in /etc/ethers. ! .br ! You can script moprc but it sends one character per ethernet packet so ! is very slow. ! .br ! There is no locking in moprc so be careful to only run once instance ! at a time. .SS SEE ALSO .BR latd "(8), " latd.conf "(5), " ethers "(5), " llogin "(1)" \ No newline at end of file --- TODO.moprc DELETED --- |