diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/iscan/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/iscan/files/iscan-usb.sh | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog index ec5c77cd3e3f..ef3bb72c9cc9 100644 --- a/media-gfx/iscan/ChangeLog +++ b/media-gfx/iscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/iscan # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.9 2006/06/25 12:36:00 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.10 2006/07/21 10:54:30 sbriesen Exp $ + + 21 Jul 2006; Stefan Briesenick <sbriesen@gentoo.org> files/iscan-usb.sh: + fixed legacy udev script *iscan-2.1.0 (25 Jun 2006) diff --git a/media-gfx/iscan/files/iscan-usb.sh b/media-gfx/iscan/files/iscan-usb.sh index bc4b76e6afc8..d8e59c460f8f 100644 --- a/media-gfx/iscan/files/iscan-usb.sh +++ b/media-gfx/iscan/files/iscan-usb.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/files/iscan-usb.sh,v 1.1 2006/04/15 00:05:28 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/files/iscan-usb.sh,v 1.2 2006/07/21 10:54:30 sbriesen Exp $ # This file is part of media-gfx/iscan # @@ -23,5 +23,5 @@ PERMS="0660" DEVICE="${DEVNAME/dev/proc}" if [ "${ACTION}" = "add" -a "${SUBSYSTEM}" = "usb_device" -a -f "${DEVICE}" ]; then - chmod ${PERMS} "${DEVICE}" && chown ${OWNER}:${GROUP} "${DEVICE} + chmod ${PERMS} "${DEVICE}" && chown ${OWNER}:${GROUP} "${DEVICE}" fi |