diff options
Diffstat (limited to 'security/distcache/files/dc_server.sh.in')
-rw-r--r-- | security/distcache/files/dc_server.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/distcache/files/dc_server.sh.in b/security/distcache/files/dc_server.sh.in index 386685537931..ac3caa9147a6 100644 --- a/security/distcache/files/dc_server.sh.in +++ b/security/distcache/files/dc_server.sh.in @@ -10,7 +10,8 @@ # Add the following line to /etc/rc.conf to enable `%%NAME%%': # -#%%NAME%%_enable="YES" +# %%NAME%%_enable="YES" +# %%NAME%%_flags="<set as needed>" # # See %%NAME%%(1) # @@ -27,6 +28,5 @@ pidfile="/var/run/$name.pid" # read configuration and set defaults load_rc_config "$name" : ${%%NAME%%_enable="NO"} -: ${%%NAME%%_flags=""} run_rc_command "$1" |