- Fix locking to protect device access from more than one frontend
- Bump PKGNAME From Antoine Jacoutot <ajacoutot@lphp.org> (MAINTAINER)
This commit is contained in:
parent
12027718bf
commit
58ff9e449c
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2005/10/06 22:37:45 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2005/10/09 09:12:19 alek Exp $
|
||||
|
||||
COMMENT= "API for accessing scanners, backends"
|
||||
|
||||
DISTNAME= sane-backends-1.0.16
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.sane-project.org/
|
||||
@ -34,8 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--sbindir=${LOCALBASE}/libexec \
|
||||
--with-docdir=${LOCALBASE}/share/doc/sane-backends \
|
||||
--localstatedir=/var \
|
||||
--with-group=dialer
|
||||
--localstatedir=/var/spool \
|
||||
--with-group=553
|
||||
|
||||
FLAVORS= gphoto2
|
||||
FLAVOR?=
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/03 21:15:04 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/10/09 09:12:20 alek Exp $
|
||||
@newgroup _saned:553
|
||||
@newuser _saned:553:_saned:daemon:Scanner Daemon:/var/empty:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@ -446,5 +446,6 @@ share/sane/
|
||||
share/sane/gt68xx/
|
||||
%%gphoto2%%
|
||||
@mode 775
|
||||
@group _saned
|
||||
@sample /var/spool/lock/sane/
|
||||
@extraunexec rm -rf /var/spool/lock/sane/
|
||||
|
Loading…
Reference in New Issue
Block a user