This patch is needed to make the package more FHS compliant // Ola Lundqvist --- vzquota-3.0.8.orig/man/vzquota.8 +++ vzquota-3.0.8/man/vzquota.8 @@ -164,7 +164,7 @@ \fB\-c\fP \fIquota_file\fP This option allows to specify a \fIquota_file\fR to work with. All commands accept this option. If this option is not specified, the file -\fB/var/vzquota/quota.\fIquotaid\fP is used by default. +\fB/var/lib/vzquota/quota.\fIquotaid\fP is used by default. .TP \fB\-f\fP Force option. Accepted by \fBdrop\fP, \fBon\fP, \fBoff\fP, \fBstat\fP, --- vzquota-3.0.8.orig/src/Makefile +++ vzquota-3.0.8/src/Makefile @@ -18,7 +18,7 @@ INSTALL = install PREFIX = /usr SBINDIR = ${PREFIX}/sbin -VARDIR = /var +VARDIR = /var/lib MANDIR = ${PREFIX}/share/man #DEBUG = -D_DEBUG -g3 -ggdb3 -p -pg