NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/42301: pax doesn't accept fnmatch()'s pattern.



>Number:         42301
>Category:       bin
>Synopsis:       pax doesn't accept fnmatch()'s pattern.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 10 13:50:00 +0000 2009
>Originator:     NAKAJIMA Yoshihiro
>Release:        NetBSD-current/20091106
>Organization:
>Environment:
System: NetBSD vajra 5.99.21 NetBSD 5.99.21 (VAJRA) #17: Tue Nov 10 01:07:05 
JST 2009 nakayosh@vajra:/usr/src/sys/arch/i386/compile/VAJRA i386
Architecture: i386
Machine: i386
>Description:

pax(1) doesn't accept fnmatch(3)'s pattern.

I guess it was introduced by
http://mail-index.NetBSD.org/source-changes/2009/04/07/msg219323.html

>How-To-Repeat:

pax in 4.0.1 works properly:

> % netbsd-4.0.1/pax -zf etc.tgz '*/rc.conf'
> ./etc/defaults/rc.conf
> ./etc/rc.conf

but newer one doesn't:

> % netbsd-5.0.1/pax -zf etc.tgz '*/rc.conf'
> pax: WARNING! These patterns were not matched:
> */rc.conf

>Fix:

none



Home | Main Index | Thread Index | Old Index