1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Set ${firstboot_freebsd_update_enable} to NO by default.

Bump version to 1.1 for the change.
This commit is contained in:
Colin Percival 2013-10-28 00:06:49 +00:00
parent 1088c56052
commit 440ee7e0ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331815
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= firstboot-freebsd-update
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none

View File

@ -5,8 +5,15 @@
# REQUIRE: syslogd NETWORKING
# BEFORE: LOGIN
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf (in the disk
# image, since this only runs on the first boot) to enable this:
#
# firstboot_freebsd_update_enable="YES"
. /etc/rc.subr
: ${firstboot_freebsd_update_enable:="NO"}
name="firstboot_freebsd_update"
rcvar=firstboot_freebsd_update_enable
start_cmd="firstboot_freebsd_update_run | logger -s -t 'freebsd-update'"