svn commit: r298550 - head/etc/rc.d
Lars Engels
lme at FreeBSD.org
Sun Apr 24 19:25:13 UTC 2016
Author: lme (ports committer)
Date: Sun Apr 24 19:25:11 2016
New Revision: 298550
URL: https://svnweb.freebsd.org/changeset/base/298550
Log:
Fix duplicate "name" variable that sneaked in with the rc description commit.
Approved by: jhibbits
Modified:
head/etc/rc.d/geli2
Modified: head/etc/rc.d/geli2
==============================================================================
--- head/etc/rc.d/geli2 Sun Apr 24 17:09:51 2016 (r298549)
+++ head/etc/rc.d/geli2 Sun Apr 24 19:25:11 2016 (r298550)
@@ -34,7 +34,7 @@
. /etc/rc.subr
name="geli2"
-name="GELI disk encryption"
+desc="GELI disk encryption"
start_cmd="geli2_start"
stop_cmd=":"
More information about the svn-src-head
mailing list