diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-07 23:53:49 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-07 23:53:49 +0000 |
commit | bc7b06252c553b850e7ba055ac3e3768e31108fb (patch) | |
tree | 68b6913c583bbc7a3d7f2ad86b67906a8649f17a /dev-db/firebird | |
parent | Marked stable on mips. (diff) | |
download | historical-bc7b06252c553b850e7ba055ac3e3768e31108fb.tar.gz historical-bc7b06252c553b850e7ba055ac3e3768e31108fb.tar.bz2 historical-bc7b06252c553b850e7ba055ac3e3768e31108fb.zip |
Fixed obsolete chown syntax, bug #69597
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/Manifest | 22 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.1.ebuild | 4 |
3 files changed, 18 insertions, 14 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 9a746cb156f6..b25f5526cc21 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.26 2004/10/17 18:39:38 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.27 2004/11/07 23:53:49 sekretarz Exp $ + + 08 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> + firebird-1.5.1.ebuild: + Fixed obsolete chown syntax, bug #69597 17 Oct 2004; Karol Wojtaszek,,, <sekretarz@gentoo.org> firebird-1.5.1.ebuild: diff --git a/dev-db/firebird/Manifest b/dev-db/firebird/Manifest index bd866dcae120..f43c33542d44 100644 --- a/dev-db/firebird/Manifest +++ b/dev-db/firebird/Manifest @@ -1,21 +1,21 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 fe09dc3bb1da8a3d5db33e35af94add1 ChangeLog 3937 +MD5 643f5e33e881de868098df3f37b40ac5 firebird-1.5.1.ebuild 6392 +MD5 4f73fa4875b90f9fc4efc65427c3182f ChangeLog 4059 MD5 70eaf71c2018b87fe06aed9df3799509 metadata.xml 225 -MD5 9ec9198f70a65b02ed8dc44503ffc717 firebird-1.5.1.ebuild 6389 -MD5 a71afe7683db444d9647fc136eaeb1c1 files/70firebird 77 -MD5 5bc644b4558c11069e2a946e029d70bb files/firebird-1.5.1-gcc34.patch 5906 -MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206 -MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird-1.5.0 50 -MD5 5b28cc81eff2c59fbee652dc2c6ed483 files/firebird-1.5.0.xinetd 425 MD5 c5f5e6bae2cae891269931331e69f1ca files/firebird.conf.d 80 MD5 19238be258dea758cf3f082df5ae813a files/firebird.init.d 697 +MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird-1.5.0 50 +MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206 +MD5 5b28cc81eff2c59fbee652dc2c6ed483 files/firebird-1.5.0.xinetd 425 +MD5 5bc644b4558c11069e2a946e029d70bb files/firebird-1.5.1-gcc34.patch 5906 +MD5 a71afe7683db444d9647fc136eaeb1c1 files/70firebird 77 MD5 606e690fe61535cc02d7314616e263fb files/digest-firebird-1.5.1 73 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdSLsHTu7gpaalycRApqXAJ4mIUR9vzBQxX+DtpKh+tn+c6Y0QwCdFFe1 -EsRzRrJT3uRZfE7EQPayTQE= -=W1nq +iD8DBQFBjrWXZ/iYVBmujdURAkJ1AKCpqcWj/0nA/lQnbJ2i3DPeNtjk7ACgzxSp +4seWga+mNdpYwK1z1KRZ/do= +=dXgn -----END PGP SIGNATURE----- diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild index 135507ed6078..a9184df6bc78 100644 --- a/dev-db/firebird/firebird-1.5.1.ebuild +++ b/dev-db/firebird/firebird-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.6 2004/10/19 14:21:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.7 2004/11/07 23:53:49 sekretarz Exp $ inherit flag-o-matic eutils @@ -199,7 +199,7 @@ pkg_config() { if [ ! -f /etc/hosts.equiv ] then touch /etc/hosts.equiv - chown root.root /etc/hosts.equiv + chown root:root /etc/hosts.equiv chmod u=rw,go=r /etc/hosts.equiv fi |