RE: [PATCH 2/3] tools/hv: Fix /var subdirectory

2012-11-27 Thread KY Srinivasan
; KY Srinivasan; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 2/3] tools/hv: Fix /var subdirectory > > Initial patch by Ben Hutchings > > We will install this in /usr, so it must use /var/lib for its state. > Only programs installed under /opt should use /var/opt. &g

[PATCH 2/3] tools/hv: Fix /var subdirectory

2012-11-26 Thread Tomas Hozza
Initial patch by Ben Hutchings We will install this in /usr, so it must use /var/lib for its state. Only programs installed under /opt should use /var/opt. Signed-off-by: Tomas Hozza --- tools/hv/hv_kvp_daemon.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/t