Port details |
- firstboot-freebsd-update Update the system using freebsd-update when it first boots
- 1.3 sysutils
=2 Version of this port present on the latest quarterly branch. - Maintainer: cperciva@FreeBSD.org
 - Port Added: 2013-10-20 22:03:52
- Last Update: 2021-06-24 20:37:34
- Commit Hash: 7d65d24
- People watching this port, also watch:: openjdk8, font-misc-meltho, py39-pycparser, p5-Net-HTTP, p5-Encode-Locale
- License: not specified in port
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- firstboot-freebsd-update>0:sysutils/firstboot-freebsd-update
- To install the port:
- cd /usr/ports/sysutils/firstboot-freebsd-update/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/firstboot-freebsd-update
- pkg install firstboot-freebsd-update
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: firstboot-freebsd-update
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_firstboot-freebsd-update
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3 24 Jun 2021 20:37:34
    |
Colin Percival (cperciva)  |
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 |
1.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2 09 Jan 2017 09:54:20
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Add NO_ARCH
Approved by: portmgr blanket |
1.2 01 Apr 2015 19:15:55
  |
jgh  |
- minor cleanup
- options in favor of using pre
- extract_only to drop fetch target
- no_install to drop install target
PR: 199097
Submitted by: jgh
Approved by: cperciva (maintainer) |
1.2 31 Mar 2015 01:26:19
  |
cperciva  |
Teach the firstboot-freebsd-update script to disable itself if it is run
on something other than *-BETA*, *-RC*, or *-RELEASE*. There won't be
any bits available to download, and if we don't disable it then the first
boot will be slowed down due to freebsd-update trying all of the available
mirrors. |
1.1 07 Dec 2013 10:50:23
  |
gjb  |
To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,
adjust OSVERSION evaluation in ports that specifically use '100050N'.
Approved by: affected maintainers (implicit)
Sponsored by: The FreeBSD Foundation |
1.1 28 Oct 2013 00:06:49
  |
cperciva  |
Set ${firstboot_freebsd_update_enable} to NO by default.
Bump version to 1.1 for the change. |
1.0 22 Oct 2013 16:19:34
  |
cperciva  |
Update for new __FreeBSD_version values with rc.d firstboot support. |
1.0 20 Oct 2013 22:03:29
  |
swills  |
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 |
Number of commits found: 10
|