diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-08-13 23:00:53 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-08-13 23:00:53 +0000 |
commit | 69fdca09975602300dab02069a28f72208002028 (patch) | |
tree | 5d80d5e5cd16c66a44e883a148716c7770f40320 /net-misc | |
parent | Updated ebuild to use econf and verified joystick code patch to be (diff) | |
download | gentoo-2-69fdca09975602300dab02069a28f72208002028.tar.gz gentoo-2-69fdca09975602300dab02069a28f72208002028.tar.bz2 gentoo-2-69fdca09975602300dab02069a28f72208002028.zip |
Updated ebuild so it installs /etc/init.d/hylafax with the correct
permissions.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.2-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index fa62c3490552..4a7cd064b6c2 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/hylafax # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.5 2002/08/12 15:17:47 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.6 2002/08/13 23:00:52 raker Exp $ *hylafax-4.1.3 (12 Aug 2002) @@ -19,6 +19,10 @@ *hylafax-4.1.2-r1 (24 Apr 2002) + 13 Aug 2002; Nick Hadaway <raker@gentoo.org> hylafax-4.1.2-r1.ebuild ; + Added "insopts -m 755" so /etc/init.d/hylafax installs with correct + permissions. + 06 Jul 2002; phoen][x <phoenix@gentoo.org> hylafax-4.1.2-r1.ebuild : Added KEYWORDS, LICENSE, SLOT. diff --git a/net-misc/hylafax/hylafax-4.1.2-r1.ebuild b/net-misc/hylafax/hylafax-4.1.2-r1.ebuild index 0c5c1491b480..6a71b5848731 100644 --- a/net-misc/hylafax/hylafax-4.1.2-r1.ebuild +++ b/net-misc/hylafax/hylafax-4.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2-r1.ebuild,v 1.3 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.2-r1.ebuild,v 1.4 2002/08/13 23:00:53 raker Exp $ S=${WORKDIR}/${P} MYSED=sed-3.02 @@ -74,6 +74,7 @@ src_install() { install || die insinto /etc/init.d + insopts -m 755 doins etc/hylafax dodoc COPYRIGHT README TODO VERSION |