head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-PATCH001:1.4 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.5 date 2001.06.26.11.40.44; author wiz; state dead; branches; next 1.4; 1.4 date 2001.04.11.21.09.34; author hubertf; state Exp; branches; next 1.3; 1.3 date 99.12.03.16.23.19; author rh; state dead; branches; next 1.2; 1.2 date 98.08.07.11.10.18; author agc; state Exp; branches; next 1.1; 1.1 date 97.10.24.01.12.07; author hubertf; state Exp; branches; next ; desc @@ 1.5 log @Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074. Last version was 1.03r, but that update didn't include a ChangeLog, so here's one back to 1.03p: Ver. 1.03s fix abnormal end when some case in directory change. (05/22/01) fix command line input handling quote. Ver. 1.03r fix display to confuse in ANSICOLOR=2 case. (04/03/01) fix to stop when start not exist directory fix handle archive file that include full path. support different compiler spec for Solaris 8. Ver. 1.03q speed up KANJI code convert by using table. (02/28/01) support Linux/Alpha allow to choose retry when not enough space to copy file. strict follow cursol posion. revice rule for file extention sort. fix confirm problem to delete file. more strict handle to timestamp when file copy. (MS-DOS) @ text @$NetBSD: patch-ac,v 1.4 2001/04/11 21:09:34 hubertf Exp $ diff -urNP ../FD-1.03r/shell.c ./shell.c --- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001 +++ ./shell.c Tue Apr 10 00:00:00 2001 @@@@ -240,7 +240,7 @@@@ if (flags & (F_NOEXT | F_TOSFN)); else if (c == '%') c = command[++i]; else { - line[j++] = c; + line[j++] = command[i]; #if !MSDOS if (command[i] == META && command[i + 1] && uneval != '\'') @ 1.4 log @Last minute bug fix that didn't make it into the pkg. Sent in private mail by Nobuhiro Yasutomi @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update fd to 1.03l using the patches provided by Nobuhiro Yasutomi in PRs 8418 and 8940, thanks. This closes these PRs. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 1998/08/07 11:10:18 agc Exp $ d3 12 a14 11 --- Makefile.in.BAK Thu Oct 23 22:20:04 1997 +++ Makefile.in Thu Oct 23 22:20:14 1997 @@@@ -9,7 +9,7 @@@@ MANDIR = $(TOPDIR)/man/$(MANLANG)/man$(MANSEC) CATDIR = $(TOPDIR)/man/$(MANLANG)/cat$(MANSEC) MANLANG = ja_JP.EUC -DEFRC = /etc/fdrc +DEFRC = ${PREFIX}/etc/fdrc SHELL = /bin/sh INSTALL = cp -p CHMOD = chmod @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @search fdrc in ${PREFIX}/etc, not /etc @ text @d1 2 @