aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2024-05-07 07:35:33 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2024-05-07 07:35:33 +0000
commit66bee50af774673bfaeb4c66a5a82e0ac99e70a4 (patch)
tree01f80c41f87683ce8159420581fd5f5d4938c220 /libexec
parent6580f5c38dd5b01aeeaed16b370f1a12423437f0 (diff)
downloadsrc-66bee50af774673bfaeb4c66a5a82e0ac99e70a4.tar.gz
src-66bee50af774673bfaeb4c66a5a82e0ac99e70a4.zip
Remove cross-references to GBDE
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/geli1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/geli b/libexec/rc/rc.d/geli
index 312d76a361ad..16d24efd1e39 100755
--- a/libexec/rc/rc.d/geli
+++ b/libexec/rc/rc.d/geli
@@ -44,7 +44,6 @@ geli_start()
if [ -z "${geli_tries}" ]; then
if [ -n "${geli_attach_attempts}" ]; then
- # Compatibility with rc.d/gbde.
geli_tries=${geli_attach_attempts}
else
geli_tries=`${SYSCTL_N} kern.geom.eli.tries`