sudo needs @pkgpath so that updates work (package path for the main
package changed security/sudo -> security/sudo,-main so without this it's not considered a valid update candidate)
This commit is contained in:
parent
67d3728d6a
commit
e4b68d0789
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2020/06/21 12:03:33 millert Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2020/06/21 12:38:52 sthen Exp $
|
||||
|
||||
COMMENT-main= execute a command as another user
|
||||
COMMENT-python= sudo Python plugin
|
||||
|
||||
V= 1.9.1
|
||||
REVISION-main= 0
|
||||
DISTNAME= sudo-${V}
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2020/06/21 12:03:34 millert Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2020/06/21 12:38:52 sthen Exp $
|
||||
@pkgpath security/sudo
|
||||
@rcscript ${RCDIR}/sudo_logsrvd
|
||||
@bin bin/cvtsudoers
|
||||
@mode 04555
|
||||
|
Loading…
Reference in New Issue
Block a user