diff options
Diffstat (limited to 'mail/perdition/files/perdition.in')
-rw-r--r-- | mail/perdition/files/perdition.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/files/perdition.in b/mail/perdition/files/perdition.in index 86cc85822640..0243270943b1 100644 --- a/mail/perdition/files/perdition.in +++ b/mail/perdition/files/perdition.in @@ -6,15 +6,15 @@ # REQUIRE: DAEMON # KEYWORD: shutdown # -# Add the following line to /etc/rc.conf to enable perdition +# Add the following lines to /etc/rc.conf to enable perdition # # perdition_enable="YES" +# perdition_flags="<set as needed>" # # See perdition(8) for flags # perdition_enable=${perdition_enable-"NO"} -perdition_flags=${perdition_flags-""} . %%RC_SUBR%% |