mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix duplicate "name" variable that sneaked in with the rc description commit.
Approved by: jhibbits
This commit is contained in:
parent
0d05666462
commit
72e733c5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
. /etc/rc.subr
|
||||
|
||||
name="geli2"
|
||||
name="GELI disk encryption"
|
||||
desc="GELI disk encryption"
|
||||
start_cmd="geli2_start"
|
||||
stop_cmd=":"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue