Re: [ovs-dev] [PATCH] debian: Move PKI directory to FHS-compliant location.

2012-03-01 Thread Chris Wright
* Ben Pfaff (b...@nicira.com) wrote: > The PKI directory is mutable state, so it should be in /var, not in /usr. > This commit changes its location and, on systems upgraded from earlier > versions, moves the existing PKI and leaves behind a symlink. This looks good to me (don't completely follow a

[ovs-dev] [PATCH] debian: Move PKI directory to FHS-compliant location.

2012-03-01 Thread Ben Pfaff
The PKI directory is mutable state, so it should be in /var, not in /usr. This commit changes its location and, on systems upgraded from earlier versions, moves the existing PKI and leaves behind a symlink. CC: 661...@bugs.debian.org Reported-by: Andreas Beckmann Signed-off-by: Ben Pfaff --- AU