From owner-freebsd-java@FreeBSD.ORG Mon Apr 2 08:42:18 2012 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 891061065670; Mon, 2 Apr 2012 08:42:18 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id DF4008FC1B; Mon, 2 Apr 2012 08:42:17 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q328gE9D054186 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 2 Apr 2012 09:42:14 +0100 (BST) (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.5.1 smtp.infracaninophile.co.uk q328gE9D054186 Authentication-Results: smtp.infracaninophile.co.uk/q328gE9D054186; dkim=none (no signature); dkim-adsp=none Message-ID: <4F79665E.7020902@FreeBSD.org> Date: Mon, 02 Apr 2012 09:42:06 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Super Bisquit References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig66E791C9507E12DA4C396864" X-Virus-Scanned: clamav-milter 0.97.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Carlo Dapor , FreeBSD PowerPC ML , freebsd-java Subject: Re: Problems with compiling java programs on FreeBSD from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 08:42:18 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig66E791C9507E12DA4C396864 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 02/04/2012 09:35, Super Bisquit wrote: > chipchop# find -type d -exec chmod 0755 {}\; > find: illegal option -- t > find: illegal option -- y > find: illegal option -- p > find: illegal option -- e > find: d: No such file or directory You need to give find(1) a starting point directory as its first argument. Something like: find /usr/local/java -type d -exec chmod 0755 {} \; Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enig66E791C9507E12DA4C396864 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk95ZmUACgkQ8Mjk52CukIzAuACfUxdXncKqOJFO0wcxQ4Rm+Z4r XFQAnAvb5YeCZvoIlDkLUdzLIMA9bgB4 =HO3D -----END PGP SIGNATURE----- --------------enig66E791C9507E12DA4C396864--