Package: fai Version: 2.8.4 Severity: minor Tags: patch *** Please type your report below this line ***
find emits the following warnings: find: warning: you have specified the -xdev option after a non-option argument !, but options are not positional (-xdev affects tests specified before it as well as those specified after it). Please specify options before other arguments. find: warning: you have specified the -maxdepth option after a non-option argument !, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments. I believe the following pacth eliminates those warnings. I haven't tested the patch because I didn't want to stop the building process. --- /usr/sbin/make-fai-nfsroot.orig 2006-01-03 02:18:22.000000000 +0200 +++ /usr/sbin/make-fai-nfsroot 2006-01-03 00:46:29.000000000 +0200 @@ -496,7 +496,7 @@ umount $NFSROOT/dev/pts 1>/dev/null 2>&1 || true rm -rf $NFSROOT/.??* $NFSROOT/* # also remove files $NFSROOT/.? but not . and .. - find $NFSROOT -xdev -maxdepth 1 ! -type d | xargs -r rm -f + find $NFSROOT ! -type d -xdev -maxdepth 1 | xargs -r rm -f fi # Create a new nfsroot -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (600, 'testing'), (50, 'unstable') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1.pentium1.1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages fai depends on: ii libapt-pkg-perl 0.1.18+b1 Perl interface to libapt-pkg ii perl 5.8.7-9 Larry Wall's Practical Extracti on Versions of packages fai recommends: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii dhcp3-server 3.0.3-5 DHCP server for automatic IP ad dre hi fai-kernels 1.10.1 special kernels for FAI (Fully Aut ii nfs-kernel-server [nfs-server 1:1.0.7-3 Kernel NFS server support pn rsh-server <none> (no description available) ii syslinux 3.11-3 Bootloader for Linux/i386 using MS ii tftpd-hpa [tftpd] 0.40-4.1 HPA's tftp server ii wget 1.10.2-1 retrieves files from the web -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]