#
207ab5f4 |
| 29-Oct-2024 |
Mark Johnston <markj@FreeBSD.org> |
rc.d/opensm: Only install when MK_OFED_EXTRA is set
opensm itself is only installed when MK_OFED_EXTRA is set, so it only makes sense for the same to be true of the rc script.
PR: 257646 Reviewed
rc.d/opensm: Only install when MK_OFED_EXTRA is set
opensm itself is only installed when MK_OFED_EXTRA is set, so it only makes sense for the same to be true of the rc script.
PR: 257646 Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D47313
show more ...
|
Revision tags: release/13.4.0 |
|
#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0 |
|
#
bbc36ba9 |
| 07-May-2024 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove documentation of GBDE rc support
|
#
2f9966ff |
| 04-May-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
packages: add package for NTP
Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1193
|
#
1b3c07be |
| 24-Apr-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
package: move OpenBSM auditing into its own package
Move auditing runtime (auditd, etc.) into the new FreeBSD-audit package. Also move the runtime OpenBSM manual pages from libbsm into auditd so the
package: move OpenBSM auditing into its own package
Move auditing runtime (auditd, etc.) into the new FreeBSD-audit package. Also move the runtime OpenBSM manual pages from libbsm into auditd so they get installed with the right package.
Add an UPDATING entry noting the new packages.
Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1197
show more ...
|
#
7209444a |
| 23-Apr-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
package: move cron into its own package
Reviewed by: imp, manu, Mina Galic Pull Request: https://github.com/freebsd/freebsd-src/pull/1172
|
#
dbd0366f |
| 20-Apr-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
package: move lpr into its own package
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1171
|
Revision tags: release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0 |
|
#
a42d6f76 |
| 23-Nov-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
nuageinit: add basic support for cloudinit.
this is a very early script to support cloudinit, it does not intend to be a full featured cloudinit client, but will support a good enough subset to be v
nuageinit: add basic support for cloudinit.
this is a very early script to support cloudinit, it does not intend to be a full featured cloudinit client, but will support a good enough subset to be viable in most case.
It support nocloud and openstack config-2 config drive mode (iso9660 or msdosfs)
The following features are currently supported: - adding users (including a default user named 'freebsd' with password 'freebsd' - adding groups - adding ssh keys - static ipv4, static ipv6, dynamic ipv4
With this one is able to use the 'bring your own image feature" out of box.
It is expected that the script grows the support of other clouds supporting cloud-init, contributions are welcomed.
It is designed to be only run once via the firstboot mecanism.
Sponsored by: OVHCloud MFC After: 3 weeks Differential Revision: https://reviews.freebsd.org/D44141
show more ...
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
ecad3f5c |
| 15-Feb-2023 |
Tijl Coosemans <tijl@FreeBSD.org> |
rc.d: Generate machine-id from hostid_save
rc.d/hostid_save saves a UUID generated by rc.d/hostid in /etc/hostid. Store the same UUID, without hyphens, in /etc/machine-id. The hypĥens are removed w
rc.d: Generate machine-id from hostid_save
rc.d/hostid_save saves a UUID generated by rc.d/hostid in /etc/hostid. Store the same UUID, without hyphens, in /etc/machine-id. The hypĥens are removed with a shell function because hostid_save runs before file systems are mounted so other tools may not be available yet.
This eliminates some duplication between hostid and machine-id and for virtual machines machine-id now contains the UUID configured in the hypervisor like it does on Linux.
Reviewed by: delphij Discussed with: bapt MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D38811
show more ...
|
#
cab549c7 |
| 01-Feb-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Create a FreeBSD-console-tools package
And put in it: - kbdcontrol - vidcontrol - moused - kbdmap
Those aren't useful in a jail or for a modern desktop. While here, split the devd.conf
pkgbase: Create a FreeBSD-console-tools package
And put in it: - kbdcontrol - vidcontrol - moused - kbdmap
Those aren't useful in a jail or for a modern desktop. While here, split the devd.conf part into some new files.
Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38321
show more ...
|
#
cc9b2b58 |
| 27-Jan-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
Revert "rc.d: Put growfs script in FreeBSD-ufs"
The growfs script also support zfs.
This reverts commit 36a7fa1e16a0b4446f2cb618fc84a6bc1a2cbf86.
Reported by: emaste, Mina Galić
|
#
a6a21bbe |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put resolv script in FreeBSD-resolvconf
Differential Revision: https://reviews.freebsd.org/D37190
|
#
36a7fa1e |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put growfs script in FreeBSD-ufs
Differential Revision: https://reviews.freebsd.org/D37189
|
#
91314ca2 |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put ggated script in FreeBSD-ggate
Differential Revision: https://reviews.freebsd.org/D37188
|
#
81b18bea |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put dhclient script in FreeBSD-dhclient
Differential Revision: https://reviews.freebsd.org/D37187
|
#
d8799160 |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put devmatch script in FreeBSD-devmatch
Differential Revision: https://reviews.freebsd.org/D37192
|
#
f0435696 |
| 28-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
rc.d: Put devd script in FreeBSD-devd package
Differential Revision: https://reviews.freebsd.org/D37186
|
#
4c8a2578 |
| 26-Dec-2022 |
Mike Karels <karels@FreeBSD.org> |
growfs script: fixes
Cannot use single quote in comment in awk script; add growfs_fstab to Makefile
Fixes: 4a30d7bb373c,d670a8f7c596
|
#
62a149bf |
| 17-Dec-2022 |
Tobias C. Berner <tcberner@FreeBSD.org> |
Add new rc: machine_id to generate /etc/machine-id
This new default-enabled rc will generate a /etc/machine-id file if it does not exist, and pre-fill it with a newly generated UUID of version 4 [2]
Add new rc: machine_id to generate /etc/machine-id
This new default-enabled rc will generate a /etc/machine-id file if it does not exist, and pre-fill it with a newly generated UUID of version 4 [2].
The file is generated in /var/db/machine-id and symlinked to /etc/machine-id to allow for read-only root partitions.
This file is amongst other things used by libraries like GLib.
Bump FreeBSD version 1400076 to be able to easily add support for older version of FreeBSD via a package.
[1] Linux machine-id(5): https://www.man7.org/linux/man-pages/man5/machine-id.5.html [2] f176fe8e7f638e585afcd2f4dd52a522c4648f63
Approved by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D37722
show more ...
|
#
1ffc369a |
| 22-Nov-2022 |
Goran Mekic <meka@tilda.center> |
Add dnctl rc.d service
As PF now also supports dummynet but can not configure it on its own, the service which configures pipes, queues and schedulers is needed.
Reviewed by: kp Differential Revisi
Add dnctl rc.d service
As PF now also supports dummynet but can not configure it on its own, the service which configures pipes, queues and schedulers is needed.
Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D37451
show more ...
|
#
616f32ea |
| 14-Nov-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
othermta: remove leftover from 20 years ago
othermta (along with mta_start_script configuration entry in rc.conf) was a mechanism used to be able to run another mta than sendmail(8) before "rcng" ti
othermta: remove leftover from 20 years ago
othermta (along with mta_start_script configuration entry in rc.conf) was a mechanism used to be able to run another mta than sendmail(8) before "rcng" time 20 years ago.
othermta has not been used since.
show more ...
|
#
72a1cb05 |
| 07-Nov-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
rc(8): Add a zpoolupgrade rc.d script
If a zpool is created by makefs(8), its version is 5000, i.e., all feature flags are off. Introduce an rc script to run `zpool upgrade` over the assigned zpool
rc(8): Add a zpoolupgrade rc.d script
If a zpool is created by makefs(8), its version is 5000, i.e., all feature flags are off. Introduce an rc script to run `zpool upgrade` over the assigned zpools on the first boot. This is useful to the ZFS based VM images built from release(7).
Reviewed by: imp, markj, mav Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37282
show more ...
|
#
27b9777c |
| 28-Aug-2022 |
Cy Schubert <cy@FreeBSD.org> |
libexec/rc: Add var_run rc script
Users with a tmpfs /var/run will lose the directory tree state of /var/run at reboot. This rc script will optionally (by default) capture the state of the directory
libexec/rc: Add var_run rc script
Users with a tmpfs /var/run will lose the directory tree state of /var/run at reboot. This rc script will optionally (by default) capture the state of the directory structure in /var/run prior to shutdown and recreate it at system boot.
Alternatively a user can save the state of the /var/run directories manually using service var_run save and disable the autosaving of /var/run state using the var_run_autosave variable, for those paranoid SSD users.
PR: 259585, 259699 Reported by: freebsd@walstatt-de.de, Reviewed by: philip, gbe (previous version) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D36386
show more ...
|
#
227caacc |
| 30-May-2022 |
Mark Johnston <markj@FreeBSD.org> |
rc: Add a zpoolreguid rc.d script
If one boots up multiple copies of a template VM image containing a zpool, the pool GUIDs will be identical, making it impossible to, e.g., share datasets between t
rc: Add a zpoolreguid rc.d script
If one boots up multiple copies of a template VM image containing a zpool, the pool GUIDs will be identical, making it impossible to, e.g., share datasets between them.
This diff introduces a simple workaround for the problem: one can use the script to, upon first boot, assign a new GUID to one or more zpools. This will be useful when building ZFS-based VM images from release(7).
Reviewed by: mav, allanjude, asomers Reviewed by: Pau Amma (docs) MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35336
show more ...
|