diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:21:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 07:21:37 +0000 |
commit | ec465fd300c10880b306b444f1f08cbaef1855a2 (patch) | |
tree | 662ebd0567e55864e8c7d781ce83c8af40808494 /net-firewall/psad | |
parent | whitespace (diff) | |
download | historical-ec465fd300c10880b306b444f1f08cbaef1855a2.tar.gz historical-ec465fd300c10880b306b444f1f08cbaef1855a2.tar.bz2 historical-ec465fd300c10880b306b444f1f08cbaef1855a2.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-firewall/psad')
-rw-r--r-- | net-firewall/psad/psad-1.4.8.ebuild | 3 | ||||
-rw-r--r-- | net-firewall/psad/psad-2.0.6.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-firewall/psad/psad-1.4.8.ebuild b/net-firewall/psad/psad-1.4.8.ebuild index a9b900b3f576..9250dc44104d 100644 --- a/net-firewall/psad/psad-1.4.8.ebuild +++ b/net-firewall/psad/psad-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.8.ebuild,v 1.10 2007/05/06 10:00:48 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.8.ebuild,v 1.11 2007/07/13 07:21:37 mr_bones_ Exp $ inherit eutils perl-app @@ -147,4 +147,3 @@ fix_psad_conf() { sed -i "s:/bin/mknod:/usr/bin/mknod:g" psad.conf || die "fix_psad_conf failed" sed -i "s:/usr/bin/whois_psad:/usr/bin/whois:g" psad.conf || die "fix_psad_conf failed" } - diff --git a/net-firewall/psad/psad-2.0.6.ebuild b/net-firewall/psad/psad-2.0.6.ebuild index c2ff237b6a9a..d2a361b5f6bd 100644 --- a/net-firewall/psad/psad-2.0.6.ebuild +++ b/net-firewall/psad/psad-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.0.6.ebuild,v 1.4 2007/05/06 10:00:48 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.0.6.ebuild,v 1.5 2007/07/13 07:21:37 mr_bones_ Exp $ inherit eutils perl-app @@ -144,4 +144,3 @@ fix_psad_conf() { sed -i "s:/sbin/syslog-ng:/usr/sbin/syslog-ng:g" psad.conf || die "fix_psad_conf failed" sed -i "s:/usr/bin/whois_psad:/usr/bin/whois:g" psad.conf || die "fix_psad_conf failed" } - |