diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-05 21:23:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-05 21:23:19 +0000 |
commit | 7922e09a778a650d3b9085cf0a6b423d796c0bd6 (patch) | |
tree | 21cb075f13556090d5ac508e62f43b7b56eebfda /net-firewall | |
parent | using the X flag instead of tcltk (diff) | |
download | historical-7922e09a778a650d3b9085cf0a6b423d796c0bd6.tar.gz historical-7922e09a778a650d3b9085cf0a6b423d796c0bd6.tar.bz2 historical-7922e09a778a650d3b9085cf0a6b423d796c0bd6.zip |
repoman violations
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/bastille/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/bastille/bastille-2.1.1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-firewall/bastille/Manifest b/net-firewall/bastille/Manifest index 3cc7c1024848..fe847fe8791c 100644 --- a/net-firewall/bastille/Manifest +++ b/net-firewall/bastille/Manifest @@ -1,4 +1,4 @@ -MD5 2bd52c035e2165930bda6c877c5a36e2 bastille-2.1.1.ebuild 3100 +MD5 9df2b3b973a7c6ce4f68981ae3f6e7fe bastille-2.1.1.ebuild 3097 MD5 ee53f40c48547443f014514ad228fce5 ChangeLog 1130 MD5 624441f5e21afa19251eedc583e0c4e7 metadata.xml 433 MD5 5952693da32f1292a5b6013e8e755799 files/digest-bastille-2.1.1 146 diff --git a/net-firewall/bastille/bastille-2.1.1.ebuild b/net-firewall/bastille/bastille-2.1.1.ebuild index a40f703dd2ab..eadc65b0b261 100644 --- a/net-firewall/bastille/bastille-2.1.1.ebuild +++ b/net-firewall/bastille/bastille-2.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/bastille/bastille-2.1.1.ebuild,v 1.7 2003/09/05 21:22:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/bastille/bastille-2.1.1.ebuild,v 1.8 2003/09/05 21:23:17 seemant Exp $ inherit perl-module @@ -41,12 +41,12 @@ src_compile() { cd ${S}/psad/whois-4.5.29 emake || die - + cd ${S} } src_install() { - + keepdir /var/log/psad /var/lib/psad /var/run/psad /var/lock/subsys/${PN} dodir /etc/Bastille @@ -108,7 +108,7 @@ src_install() { RemoteAccess.pm SecureInetd.pm Sendmail.pm TMPDIR.pm \ test_AccountSecurity.pm test_Apache.pm test_DNS.pm \ test_FTP.pm test_HP_UX.pm test_MiscellaneousDaemons.pm \ - test_SecureInetd.pm test_Sendmail.pm TestAPI.pm IPFilter.pm + test_SecureInetd.pm test_Sendmail.pm TestAPI.pm IPFilter.pm # Documentation cd ${S} |