Remove useless dependency on sudo, one can setup doas(1) to mount/unmount devices.

Prompted by a mail from Heiko Zimmermann.
This commit is contained in:
landry 2015-08-24 07:22:14 +00:00
parent 48172d40c8
commit 086b280429
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2015/07/18 14:25:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2015/08/24 07:22:14 landry Exp $
COMMENT= Xfce4 mount device panel plugin
XFCE_VERSION= 0.6.7
XFCE_PLUGIN= mount
REVISION= 1
REVISION= 2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -25,6 +25,4 @@ WANTLIB += harfbuzz pthread graphite2
# needed to correctly find bindtextdomain
CONFIGURE_ENV += LIBS="-liconv"
RUN_DEPENDS= security/sudo
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ This plugin will display a list of items representing your various
mounted and unmounted disk devices. If you click on an unmounted
devices it will mount it and vice versa. There is no warning in case
a device can't be mounted, but there is one when unmounting fails.
User needs proper sudo(1) rights to mount/umount/eject devices.
User needs proper doas(1) rights to mount/umount/eject devices.