~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0

« back to all changes in this revision

Viewing changes to debian/eucalyptus-java-common.preinst

  • Committer: Dave Walker (Daviey)
  • Date: 2010-09-27 22:47:12 UTC
  • Revision ID: davewalker@ubuntu.com-20100927224712-hbf0ohuozwqm8m9s
debian/eucalyptus-java-common.preinst: replace white space with tab, to reduce upload diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                        rm -f /var/backups/eucalyptus/UPGRADE_IN_PROGRESS.eucalyptus-java-common
14
14
                        ln -sf "$backup" /var/backups/eucalyptus/UPGRADE_IN_PROGRESS.eucalyptus-java-common
15
15
                        [ -d /var/lib/eucalyptus/db/ ] && cp -a /var/lib/eucalyptus/db/ "$backup/var/lib/eucalyptus/"
16
 
                        [ -d /usr/share/eucalyptus ] && cp -a /usr/share/eucalyptus/ "$backup/usr/share/eucalyptus/"
17
 
                        # Must move the cloud.d scripts symlink out of the way, could equally rm. (LP: #538546)
 
16
                        [ -d /usr/share/eucalyptus ] && cp -a /usr/share/eucalyptus/ "$backup/usr/share/eucalyptus/"
 
17
                        # Must move the cloud.d scripts symlink out of the way, could equally rm. (LP: #538546)
18
18
                        [ -d /etc/eucalyptus/cloud.d/scripts/ ] && mv -f /etc/eucalyptus/cloud.d/scripts "$backup/etc/eucalyptus/cloud.d/"
19
19
                        # We know we're upgrading from Lucid; hardcode the backup old version to "1.6.2"
20
20
                        # because that's what the euca_upgrade is hardcoded to expect :-/