diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-20 19:30:34 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-20 19:30:34 +0000 |
commit | 67ae86870fc8247fb7705b9c555f94d1a708d11c (patch) | |
tree | c0e88e3769ecad8537e6fc90e13c0dd643ca59fa /net-firewall | |
parent | "-g" disables optimisation with ccc, use -g3 (diff) | |
download | historical-67ae86870fc8247fb7705b9c555f94d1a708d11c.tar.gz historical-67ae86870fc8247fb7705b9c555f94d1a708d11c.tar.bz2 historical-67ae86870fc8247fb7705b9c555f94d1a708d11c.zip |
fixing ebuild
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/shorewall/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.3.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 5fce4927e4a3..926d60310450 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.9 2003/05/18 21:35:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.10 2003/05/20 19:30:20 mholzer Exp $ *shorewall-1.4.3 (18 May 2003) + 20 May 2003; Martin Holzer <mholzer@gentoo.org> shorewall-1.4.3.ebuild: + Fixing ebuild + 18 May 2003; Martin Holzer <mholzer@gentoo.org> shorewall-1.4.3.ebuild: Version bumped. diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index ff67e0d53e64..832057fe39a6 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,5 +1,5 @@ -MD5 8b6aaca6a46fe9b48bc1d65f8c3820d8 ChangeLog 1778 -MD5 7666bd45fa7b566e1555b7fff5bcde94 shorewall-1.4.3.ebuild 880 +MD5 c8597307fa3837f704be6c526e4ec3de ChangeLog 1870 +MD5 2be691bf06db3cc6d737cf806b4f0c1a shorewall-1.4.3.ebuild 803 MD5 d3d7d1d95ca81411229b63b9640012cc shorewall-1.4.2.ebuild 879 MD5 6fbbe1678c89dbabaa4c9f0dcb5a8656 files/digest-shorewall-1.4.3 65 MD5 2bb788dc55a65a1daee4a13ca9240fab files/shorewall 433 diff --git a/net-firewall/shorewall/shorewall-1.4.3.ebuild b/net-firewall/shorewall/shorewall-1.4.3.ebuild index b15725f3d000..ff9982f184d1 100644 --- a/net-firewall/shorewall/shorewall-1.4.3.ebuild +++ b/net-firewall/shorewall/shorewall-1.4.3.ebuild @@ -18,9 +18,8 @@ DEPEND="virtual/glibc RDEPENR=${DEPEND} src_install () { - dodir /etc/init.d /var/state - sed -i 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh - PREFIX=${D} ./install.sh || die + dodir /var/state + PREFIX=${D} ./install.sh /etc/init.d || die exeinto /etc/init.d newexe ${FILESDIR}/shorewall shorewall |