Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 07:25:53 +0100
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli
Message-ID:  <F7129DDD-7754-4421-AC9A-44E5E62BE691@FreeBSD.org>
In-Reply-To: <201010202050.o9KKot6o068512@svn.freebsd.org>
References:  <201010202050.o9KKot6o068512@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Great work. Might be worth adding the geli commands to /etc/rc.suspend & =
/etc/rc.resume.

You could do something that requires the minimum user configuration, =
like:

---
geli list 2>&1 > /dev/null
if [ $? -eq 0 ]; then
	geli suspend -a
fi
---

Regards,
--
Rui Paulo





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F7129DDD-7754-4421-AC9A-44E5E62BE691>