diff options
author | 2005-09-10 17:18:19 +0000 | |
---|---|---|
committer | 2005-09-10 17:18:19 +0000 | |
commit | c19a93609f96a2f73f143aa6e62162b75a0e261c (patch) | |
tree | 8a22b873342c2b422f14927464c80a467ca6801d /net-print/foomatic-db/files | |
parent | Stable on alpha wrt to security bug #105115 (diff) | |
download | gentoo-2-c19a93609f96a2f73f143aa6e62162b75a0e261c.tar.gz gentoo-2-c19a93609f96a2f73f143aa6e62162b75a0e261c.tar.bz2 gentoo-2-c19a93609f96a2f73f143aa6e62162b75a0e261c.zip |
Fixed sandbox violation (bug #105503).
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-print/foomatic-db/files')
-rw-r--r-- | net-print/foomatic-db/files/fix-sandbox-20050910.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-print/foomatic-db/files/fix-sandbox-20050910.patch b/net-print/foomatic-db/files/fix-sandbox-20050910.patch new file mode 100644 index 000000000000..58a38b7336ba --- /dev/null +++ b/net-print/foomatic-db/files/fix-sandbox-20050910.patch @@ -0,0 +1,10 @@ +--- foomatic-filters-ppds-20050910/install.orig 2005-09-10 10:33:59.575638920 -0600 ++++ foomatic-filters-ppds-20050910/install 2005-09-10 10:34:16.842014032 -0600 +@@ -69,7 +69,6 @@ + fi + mkdir -p $destdir$ppddir + rm -f $destdir$ppddir/foomatic-ppds +- ln -s $prefix/share/ppd $destdir$ppddir/foomatic-ppds + cups=1 + fi + |