From: micah Date: Wed, 4 Oct 2006 23:38:30 +0000 (+0000) Subject: added purged packages to dpkg --get-selections X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=cc1540132a66c79a627e08e1533122ef2bdd6b5b;p=matthijs%2Fupstream%2Fbackupninja-vserver.git added purged packages to dpkg --get-selections git-svn-id: http://code.autistici.org/svn/backupninja/trunk@432 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/ChangeLog b/ChangeLog index bc8a50d..db0931d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,7 @@ version 0.9.4 -- unreleased sys: . Many more system checks were added, thanks to Petr KlĂ­ma . Added warning if no devices were found (thanks Ranier Zocholl) + . Enhanced debian package selections to include purged packages (Thanks Tom Hoover) ldap: . Compress now happens in-line to save some disk space (Closes: #370778) makecd: diff --git a/handlers/sys b/handlers/sys index a8c8771..3c04365 100755 --- a/handlers/sys +++ b/handlers/sys @@ -37,7 +37,7 @@ if [ $os = "debian" ] then getconf packagesfile /var/backups/dpkg-selections.txt getconf packagemgr `which dpkg` - getconf packagemgroptions " --get-selections" + getconf packagemgroptions " --get-selections \*" elif [ $os = "redhat" ] then getconf packagesfile /var/backups/rpmpackages.txt