freebsd-ports/sysutils/firstboot-freebsd-update/Makefile
Colin Percival 7d65d24dfd sysutils/firstboot-freebsd-update: Add --not-running-from-cron
On systems without a working console, running freebsd-update fetch
from an rc script triggers the "should not be run non-interactively"
error.  Solve this by telling freebsd-update to skip that check.

Reported by:	Mike Bristow
2021-06-24 13:37:34 -07:00

18 lines
360 B
Makefile

PORTNAME= firstboot-freebsd-update
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= cperciva@FreeBSD.org
COMMENT= Update the system using freebsd-update when it first boots
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_ARCH= yes
USE_RC_SUBR= firstboot_freebsd_update
.include <bsd.port.mk>