opnsense-src/tools
Michael Reifenberger 6ebab5e6bb Use ln -sf otherwise nanobsd.sh -wkWK fails
since the etc link exists already.

Before creating the nanobsd image nanobsd.sh creates a soft link for
usr/local/etc in the function setup_nanobsd()

This fails if the link already exists (when using nanobsd.sh -wkWK)

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D49873
2025-04-17 16:59:15 +02:00
..
boot full-test.sh: Add lib/libtinfow.so.9 to image 2025-04-15 17:14:47 -06:00
bsdbox Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
build test-includes: Make sure we test against in-tree headers 2025-04-10 12:47:00 +00:00
bus_space Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
coccinelle
debugscripts Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
diag Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
ifnet Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
kerneldoc Remove SOC FPGA drivers 2024-12-06 17:38:52 -05:00
LibraryReport Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
lua Remove $FreeBSD$: one-line lua tag 2023-08-16 11:55:34 -06:00
pkgbase Remove $FreeBSD$: one-line lua tag 2023-08-16 11:55:34 -06:00
regression kerberos5, libcom_err, others: append to LDFLAGS instead of replacing 2025-04-05 14:19:57 -07:00
sched Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
test stress2: Move files to the right directory 2025-04-03 12:25:31 +02:00
tools Use ln -sf otherwise nanobsd.sh -wkWK fails 2025-04-17 16:59:15 +02:00
uma/smrstress Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
install.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
make_libdeps.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
tinder.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.