fix postinst script and Backup GUI

This commit is contained in:
Dietmar Maurer 2012-02-10 11:21:07 +01:00
parent 8629fa80cc
commit 291b78601f
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
pve-manager (2.0-21) unstable; urgency=low
* fix postinst script (write correct /root/.forward)
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:13:58 +0100
pve-manager (2.0-20) unstable; urgency=low
* improve user management

2
debian/postinst vendored
View File

@ -41,7 +41,7 @@ case "$1" in
if test -f /root/.forward; then
if ! grep -q '|/usr/bin/pvemailforward' /root/.forward; then
echo "|/usr/bin/pvemailforward\n$(cat /root/.forward)" >/root/.forward.tmp
echo -e "|/usr/bin/pvemailforward\n$(cat /root/.forward)" >/root/.forward.tmp
mv /root/.forward.tmp /root/.forward
fi
else

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=20
PACKAGERELEASE=21
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5

View File

@ -1,6 +1,6 @@
Ext.define('PVE.form.CPUModelSelector', {
Ext.define('PVE.form.CompressionSelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.CPUModelSelector'],
alias: ['widget.pveCompressionSelector'],
initComponent: function() {
var me = this;