diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-10-18 00:06:25 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-10-18 00:06:25 +0000 |
commit | 63f377354722b62f787f72883b090981a7ec7002 (patch) | |
tree | aa5041cc61a8d8a6c1d37edec9239e06fe8466e5 /app-admin/webmin/webmin-1.490.ebuild | |
parent | Switch to virtual/libusb:0. (diff) | |
download | historical-63f377354722b62f787f72883b090981a7ec7002.tar.gz historical-63f377354722b62f787f72883b090981a7ec7002.tar.bz2 historical-63f377354722b62f787f72883b090981a7ec7002.zip |
Fixing sandbox violation with dcron, bug 194305
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'app-admin/webmin/webmin-1.490.ebuild')
-rw-r--r-- | app-admin/webmin/webmin-1.490.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/webmin/webmin-1.490.ebuild b/app-admin/webmin/webmin-1.490.ebuild index 5f3dc6329636..9c44406c815c 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.2 2009/10/14 22:27:25 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.490.ebuild,v 1.3 2009/10/18 00:06:25 vostorga Exp $ inherit eutils pam @@ -38,6 +38,8 @@ src_install() { # Bug #249904 addpredict /dev/mapper/control addpredict /etc/lvm/cache + # Bug #194305 + addpredict /var/spool/cron/crontabs rm -f mount/freebsd-mounts* rm -f mount/netbsd-mounts* |