diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-23 14:25:08 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-23 14:25:08 +0000 |
commit | 3de98518a5aeafc70f0c9661d0832f4f1f8c4a70 (patch) | |
tree | e9b9021349cd2c30efa6ca00753c312013734ce5 /app-admin/webmin | |
parent | Stable for HPPA (bug #287316). (diff) | |
download | gentoo-2-3de98518a5aeafc70f0c9661d0832f4f1f8c4a70.tar.gz gentoo-2-3de98518a5aeafc70f0c9661d0832f4f1f8c4a70.tar.bz2 gentoo-2-3de98518a5aeafc70f0c9661d0832f4f1f8c4a70.zip |
Updating fix to sandbox violation with iptables, bug 267996
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 4 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.490.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 668cfe55308f..262c24ef6901 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.184 2009/10/20 20:18:10 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.185 2009/10/23 14:25:08 vostorga Exp $ - 20 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> webmin-1.490.ebuild: + 23 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> webmin-1.490.ebuild: Fixing sandbox violation with iptables, bug 267996 17 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> webmin-1.490.ebuild: diff --git a/app-admin/webmin/webmin-1.490.ebuild b/app-admin/webmin/webmin-1.490.ebuild index 82eae45a15ca..4743b2fadb18 100644 --- a/app-admin/webmin/webmin-1.490.ebuild +++ b/app-admin/webmin/webmin-1.490.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.490.ebuild,v 1.4 2009/10/20 20:18:10 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.490.ebuild,v 1.5 2009/10/23 14:25:08 vostorga Exp $ inherit eutils pam @@ -38,8 +38,8 @@ src_install() { addpredict /etc/lvm/cache # Bug #194305 addpredict /var/spool/cron/crontabs - #Bug 267996 - addpredict /lib/modules/$(uname -r)/kernel/net/netfilter + # Bug 267996 + addpredict /lib/modules/$(uname -r)/kernel/net rm -f mount/freebsd-mounts* rm -f mount/netbsd-mounts* |