diff options
author | swills <swills@FreeBSD.org> | 2013-10-21 06:03:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-21 06:03:29 +0800 |
commit | e2f739a145d5be71addf0947213f37453718fcb1 (patch) | |
tree | 736537db502b4f567a568bd158ab5e01db2cd801 /sysutils/Makefile | |
parent | 89698cc3053840dab40a80f7242ad09e1f2de530 (diff) | |
download | freebsd-ports-gnome-e2f739a145d5be71addf0947213f37453718fcb1.tar.gz freebsd-ports-gnome-e2f739a145d5be71addf0947213f37453718fcb1.tar.zst freebsd-ports-gnome-e2f739a145d5be71addf0947213f37453718fcb1.zip |
Run 'freebsd-update fetch' when the system first boots; and if updates are
downloaded, install them and request a reboot.
Obviously, this port is not useful after a system is already running; it is
intended to be included as part of the installation or disk image building
process.
PR: ports/183130
Submitted by: cperciva@FreeBSD.org
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c6f66e80d646..d6150bbac8fc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -242,6 +242,7 @@ SUBDIR += filetype SUBDIR += filewatcherd SUBDIR += finfo + SUBDIR += firstboot-freebsd-update SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup |