Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Apr 2012 09:42:06 +0100
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        Super Bisquit <superbisquit@gmail.com>
Cc:        Carlo Dapor <catull@gmail.com>, FreeBSD PowerPC ML <freebsd-ppc@FreeBSD.org>, freebsd-java <freebsd-java@FreeBSD.org>
Subject:   Re: Problems with compiling java programs on FreeBSD from ports
Message-ID:  <4F79665E.7020902@FreeBSD.org>
In-Reply-To: <CA%2BWntOt0aZWOwMeemJ12GmrQtUmsR-J9XXQ%2B-j-JZoNgi9r2KQ@mail.gmail.com>
References:  <CA%2BWntOv04zZB%2B7CgfpcGaEQHiTqf58BT0ZmwAEwRAROP%2BnrNrg@mail.gmail.com> <CA%2BWntOvsN5yb2sWJpb8qb_KtK2o5AVx6vxmgED33rG7o8i-z0Q@mail.gmail.com> <CAMLunXRmtOza8mHVOoG15w=-ZkssUoyK8Wi-cW-9DbE5drnQZg@mail.gmail.com> <CAMLunXS6YB6Zox2AHf-MNxNQRFa-PNSvTp_%2BF3Ut%2BETdB=FkEA@mail.gmail.com> <CA%2BWntOt0aZWOwMeemJ12GmrQtUmsR-J9XXQ%2B-j-JZoNgi9r2KQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F79665E.7020902>