diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-01-08 00:07:49 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-01-08 00:07:49 +0000 |
commit | 8c38fb1e819503880bd404e7994595a59eb7e884 (patch) | |
tree | bfe488d86e52898e03901539ceb97c1bf5dda23b /net-firewall/psad | |
parent | update HOMEPAGE (Manifest recommit) (diff) | |
download | gentoo-2-8c38fb1e819503880bd404e7994595a59eb7e884.tar.gz gentoo-2-8c38fb1e819503880bd404e7994595a59eb7e884.tar.bz2 gentoo-2-8c38fb1e819503880bd404e7994595a59eb7e884.zip |
Sync up installed files with RPM spec.
Diffstat (limited to 'net-firewall/psad')
-rw-r--r-- | net-firewall/psad/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/psad/psad-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/psad/ChangeLog b/net-firewall/psad/ChangeLog index 3ae11089184a..1c080832a9c7 100644 --- a/net-firewall/psad/ChangeLog +++ b/net-firewall/psad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/psad # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.23 2005/01/07 03:57:24 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.24 2005/01/08 00:07:49 battousai Exp $ + + 07 Jan 2005; Bryan D. Stine <battousai@gentoo.org> psad-1.4.0.ebuild: + Sync up installed files with RPM spec. 06 Jan 2005; Bryan D. Stine <battousai@gentoo.org> psad-1.3.1.ebuild, psad-1.3.2.ebuild, psad-1.3.4.ebuild, psad-1.4.0.ebuild: diff --git a/net-firewall/psad/psad-1.4.0.ebuild b/net-firewall/psad/psad-1.4.0.ebuild index df330f6837cc..de9859dd1434 100644 --- a/net-firewall/psad/psad-1.4.0.ebuild +++ b/net-firewall/psad/psad-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.0.ebuild,v 1.3 2005/01/07 03:57:24 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.0.ebuild,v 1.4 2005/01/08 00:07:49 battousai Exp $ inherit eutils perl-module @@ -83,7 +83,7 @@ src_install() { insinto /etc/psad doins *.conf doins psad_* - doins auto_dl icmp_types posf signatures + doins auto_dl icmp_types posf signatures pf.os cd ${S}/init-scripts exeinto /etc/init.d |