From 442d33ba2afb5af8fd3f74c552bf30e4b3021931 Mon Sep 17 00:00:00 2001 From: Tom Mortensen Date: Mon, 27 Jan 2025 22:40:29 -0800 Subject: [PATCH] chore: correct comment re: rc.ip_forward --- etc/rc.d/rc.inet2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.inet2 b/etc/rc.d/rc.inet2 index d10301768..635641a52 100755 --- a/etc/rc.d/rc.inet2 +++ b/etc/rc.d/rc.inet2 @@ -31,7 +31,7 @@ if [[ -x /etc/rc.d/rc.firewall ]]; then /etc/rc.d/rc.firewall start fi -# Turn on IPv4 packet forwarding support. +# Turn on packet forwarding support. if [[ -x /etc/rc.d/rc.ip_forward ]]; then /etc/rc.d/rc.ip_forward start fi