diff options
Diffstat (limited to 'net/sendfile/files/sendfiled.in')
-rw-r--r-- | net/sendfile/files/sendfiled.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/sendfile/files/sendfiled.in b/net/sendfile/files/sendfiled.in index 36a8bffce22e..51406ea5038b 100644 --- a/net/sendfile/files/sendfiled.in +++ b/net/sendfile/files/sendfiled.in @@ -8,12 +8,12 @@ # BEFORE: securelevel # KEYWORD: shutdown -# Add the following line to /etc/rc.conf to enable `sendfiled': +# Add the following lines to /etc/rc.conf to enable `sendfiled': # -#sendfiled_enable="YES" +# sendfiled_enable="YES" +# sendfiled_flags="<set as needed>" # # See sendfiled(8) for sendfiled_flags -# . %%RC_SUBR%% @@ -27,6 +27,5 @@ required_files="%%PREFIX%%/etc/sendfile.cf" # read configuration and set defaults load_rc_config "$name" : ${sendfiled_enable="NO"} -: ${sendfiled_flags=""} run_rc_command "$1" |