sudo(8) -> su(1)

This commit is contained in:
ajacoutot 2015-07-18 06:01:44 +00:00
parent 6bdd9b6c66
commit 6db2ccd474
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2015/05/03 08:28:07 landry Exp $
# $OpenBSD: Makefile,v 1.17 2015/07/18 06:01:44 ajacoutot Exp $
COMMENT= buildslave for the buildbot CI system
MODPY_EGG_VERSION= 0.8.12
DISTNAME= buildbot-slave-${MODPY_EGG_VERSION}
PKGNAME= py-buildslave-${MODPY_EGG_VERSION:S/p/pl/}
REVISION= 0
CATEGORIES= devel

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.2 2011/06/02 13:41:38 ajacoutot Exp $
$OpenBSD: README,v 1.3 2015/07/18 06:01:44 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -9,5 +9,5 @@ for running the slave. The default slave directory is expected to be
found in ${HOMEDIR}. Before being run for the first time, the
slave directory must be initialized. This is done as follows:
$ sudo -u _buildslave buildslave \
create-slave ${HOMEDIR} <master> <name> <passwd>
# su -m _buildslave -c \
"buildslave create-slave ${HOMEDIR} <master> <name> <passwd>"