diff options
Diffstat (limited to 'net/pen/files/pen.sh.in')
-rw-r--r-- | net/pen/files/pen.sh.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pen/files/pen.sh.in b/net/pen/files/pen.sh.in index f99fc50be72d..6478f97f53e1 100644 --- a/net/pen/files/pen.sh.in +++ b/net/pen/files/pen.sh.in @@ -9,10 +9,10 @@ # KEYWORD: shutdown # -# Add the following line to /etc/rc.conf to enable pen: +# Add the following lines to /etc/rc.conf to enable pen: # # pen_enable="YES" -# +# pen_flags="<set as needed>" . %%RC_SUBR%% @@ -22,7 +22,6 @@ rcvar=`set_rcvar` command=%%PREFIX%%/bin/pen pen_enable=${pen_enable:-"NO"} -pen_flags=${pen_flags:-""} load_rc_config $name run_rc_command "$1" |