diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-11-08 12:08:29 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-11-08 12:08:29 +0000 |
commit | f77a1227bc07f81e4c54d808eb074c1ba2c0943c (patch) | |
tree | 83c292fb07fc83bf673d666eb5b1127b22e367c5 /net-print/mtink | |
parent | Stable on mips, bug #69587 (Manifest recommit) (diff) | |
download | gentoo-2-f77a1227bc07f81e4c54d808eb074c1ba2c0943c.tar.gz gentoo-2-f77a1227bc07f81e4c54d808eb074c1ba2c0943c.tar.bz2 gentoo-2-f77a1227bc07f81e4c54d808eb074c1ba2c0943c.zip |
fix /var files for users who are ugprading
Diffstat (limited to 'net-print/mtink')
-rw-r--r-- | net-print/mtink/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/mtink/mtink-1.0.5.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog index e414687704fb..f45ec08c59e3 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.11 2004/11/08 11:02:23 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.12 2004/11/08 12:08:29 lanius Exp $ + + 08 Nov 2004; Heinrich Wendel <lanius@gentoo.org> mtink-1.0.5.ebuild: + fix /var files for users who are ugprading *mtink-1.0.5 (08 Nov 2004) diff --git a/net-print/mtink/mtink-1.0.5.ebuild b/net-print/mtink/mtink-1.0.5.ebuild index cdcde639436d..06f4ac4453e6 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.1 2004/11/08 11:02:23 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.5.ebuild,v 1.2 2004/11/08 12:08:29 lanius Exp $ DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers" HOMEPAGE="http://xwtools.automatix.de/" @@ -42,6 +42,10 @@ src_install() { } pkg_postinst() { + 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:" |