diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-11-09 23:40:01 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-11-09 23:40:01 +0000 |
commit | 3b1d1a9d3d7fd502add83e95f65b302813c8a145 (patch) | |
tree | e0f411039e6d63cfc4713cc412f4b4382e02303e /net-print | |
parent | mask videoteco (diff) | |
download | gentoo-2-3b1d1a9d3d7fd502add83e95f65b302813c8a145.tar.gz gentoo-2-3b1d1a9d3d7fd502add83e95f65b302813c8a145.tar.bz2 gentoo-2-3b1d1a9d3d7fd502add83e95f65b302813c8a145.zip |
typo
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/mtink/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/mtink/mtink-1.0.5.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog index f45ec08c59e3..7c6e23fda4a0 100644 --- a/net-print/mtink/ChangeLog +++ b/net-print/mtink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/mtink # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.12 2004/11/08 12:08:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.13 2004/11/09 23:40:01 taviso Exp $ + + 09 Nov 2004; Tavis Ormandy <taviso@gentoo.org> mtink-1.0.5.ebuild: + typo 08 Nov 2004; Heinrich Wendel <lanius@gentoo.org> mtink-1.0.5.ebuild: fix /var files for users who are ugprading diff --git a/net-print/mtink/mtink-1.0.5.ebuild b/net-print/mtink/mtink-1.0.5.ebuild index 06f4ac4453e6..834316b615ee 100644 --- a/net-print/mtink/mtink-1.0.5.ebuild +++ b/net-print/mtink/mtink-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.5.ebuild,v 1.2 2004/11/08 12:08:29 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.5.ebuild,v 1.3 2004/11/09 23:40:01 taviso Exp $ DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers" HOMEPAGE="http://xwtools.automatix.de/" @@ -42,10 +42,9 @@ src_install() { } pkg_postinst() { + # see #70310 chmod 700 /var/mtink /var/run/mtink 2>/dev/null -} -pkg_postinst() { einfo einfo "mtink needs correct permissions to access printer device." einfo "To do this you either need to run the following chmod command:" |