From ad924fcfec758059424c9f15c36cb6cdb6f3ce65 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew Date: Wed, 23 Aug 2017 09:24:19 -0400 Subject: [PATCH] Use sysrc to edit rc.conf instead of echo Using sysrc is the recommended way to edit rc.conf rather than echoing commands. --- fbsd-relays.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbsd-relays.html b/fbsd-relays.html index a8a875b..970136f 100644 --- a/fbsd-relays.html +++ b/fbsd-relays.html @@ -103,7 +103,7 @@

The Quick and Short Version

Add “tor_enable=YES” in the /etc/rc.conf file

-

% echo “tor_enable=YES” >>/etc/rc.conf

+

% sysrc tor_enable=YES

Enable random IP ID numbers, and make it permanent by adding to /etc/sysctl.conf as per the post-install message: