fix postinst script and Backup GUI
This commit is contained in:
parent
8629fa80cc
commit
291b78601f
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -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
2
debian/postinst
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user