diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:10:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:10:36 +0000 |
commit | 1ec95d480e2adcb3868e916d4a69afe5c8a2bed0 (patch) | |
tree | e30f8daa026d25ea98c1f020004a136c24af14dd /net-firewall/giptables | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-1ec95d480e2adcb3868e916d4a69afe5c8a2bed0.tar.gz historical-1ec95d480e2adcb3868e916d4a69afe5c8a2bed0.tar.bz2 historical-1ec95d480e2adcb3868e916d4a69afe5c8a2bed0.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-firewall/giptables')
-rw-r--r-- | net-firewall/giptables/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/giptables/giptables-1.1.ebuild | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net-firewall/giptables/Manifest b/net-firewall/giptables/Manifest index 38edc8de7be2..2af230bf466a 100644 --- a/net-firewall/giptables/Manifest +++ b/net-firewall/giptables/Manifest @@ -1,5 +1,5 @@ +MD5 3a872ea1ca0327e9f130db613af700fe ChangeLog 391 +MD5 fffbd34e76ca5ce5ca11afc2f398fafc giptables-1.1.ebuild 2139 MD5 4f4bc7762e6f3adc7df3e21dfc9e6837 files/digest-giptables-1.1 65 MD5 4efafed5ad73abd96ff8d280621ee253 files/giptables.init 2008 MD5 419996627a148ab4daeecaa8beea5404 files/replace.sed 123 -MD5 3a872ea1ca0327e9f130db613af700fe ChangeLog 391 -MD5 e3bfe3a247568341642312b6ae7bdcc1 giptables-1.1.ebuild 2146 diff --git a/net-firewall/giptables/giptables-1.1.ebuild b/net-firewall/giptables/giptables-1.1.ebuild index d6ec1794ec74..eaefb5d02612 100644 --- a/net-firewall/giptables/giptables-1.1.ebuild +++ b/net-firewall/giptables/giptables-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/giptables/giptables-1.1.ebuild,v 1.3 2003/09/02 23:05:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/giptables/giptables-1.1.ebuild,v 1.4 2003/09/07 00:10:32 msterret Exp $ DESCRIPTION="set of shell scripts that help generate iptables rules" HOMEPAGE="http://www.giptables.org/" @@ -13,7 +13,7 @@ KEYWORDS="~x86" DEPEND="" RDEPEND="net-firewall/iptables" -src_install() { +src_install() { dodir /etc/{conf.d,init.d} # Creating GIPTables home, modules and conf directories @@ -31,22 +31,22 @@ src_install() { cp -f ${S}/conf/* ${D}/lib/giptables/conf chmod 600 ${D}/lib/giptables/conf/* - # Copying other GIPTables files - cp ${S}/if_ipaddr ${D}/lib/giptables + # Copying other GIPTables files + cp ${S}/if_ipaddr ${D}/lib/giptables chmod 700 ${D}/lib/giptables/if_ipaddr cp ${S}/rc.giptables.blocked ${D}/etc/conf.d/giptables.blocked cp ${S}/rc.giptables.custom ${D}/etc/conf.d/giptables.custom - chmod 600 ${D}/etc/conf.d/giptables.blocked ${D}/etc/conf.d/giptables.custom + chmod 600 ${D}/etc/conf.d/giptables.blocked ${D}/etc/conf.d/giptables.custom # Creating docs dodoc AUTHORS COPYING ChangeLog* INSTALL README TODO dodir /usr/share/doc/${PF}/html - mv ${S}/documentation/* ${D}/usr/share/doc/${PF}/html + mv ${S}/documentation/* ${D}/usr/share/doc/${PF}/html # Creating init script exeinto /etc/init.d - newexe ${FILESDIR}/giptables.init giptables + newexe ${FILESDIR}/giptables.init giptables } pkg_preinst() { @@ -54,7 +54,7 @@ pkg_preinst() { do sed -f ${FILESDIR}/replace.sed $conf_file > ${D}/lib/giptables/conf/sed.tmp mv ${D}/lib/giptables/conf/sed.tmp $conf_file - done + done } pkg_postinst() { |