Bug#458079: cpio sets incorrect directory permissions

2008-11-18 Thread Dietmar Schroeter
http://www.nabble.com/Re%3A-cpio-2.9%3A-sets-unexpected-%28wrong-%29-file-owner-UID-td15689526.html solves the Problem, but only for cpio -i, thus for the modified script: # ./cpio-bug #!/bin/sh cat cpio-bug workdir=$PWD umask 077 rm -rf wrongperms newdir mkdir -m 755 wrongperms wrongperms/file

Bug#458079: cpio sets incorrect directory permissions

2008-05-05 Thread Dietmar Schroeter
Tested new experimental version: cpio (GNU cpio) 2.9.90 Bug still present :-(. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#458079: cpio sets incorrect directory permissions

2007-12-28 Thread Dietmar Schroeter
Package: cpio Version: 2.9-7 Severity: important # ./cpio-bug #!/bin/sh cat cpio-bug umask 077 rm -rf wrongperms newdir mkdir -m 755 wrongperms wrongperms/file find wrongperms -depth | ./cpio -pmaud newdir ls -laR wrongperms ls -laR newdir ### end of script ### 0 blocks wrongperms: total 8