]> git.saurik.com Git - apt.git/blobdiff - debian/apt.cron.daily
* improve apt progress reporting, display trigger actions
[apt.git] / debian / apt.cron.daily
index d89d9b2c02a678d175ad5006600b88488c79cba1..acecd29ac4d3a39612a786b57664f32034e57fbe 100644 (file)
@@ -188,9 +188,9 @@ fi
 BackupArchiveInterval=0
 eval $(apt-config shell BackupArchiveInterval APT::Periodic::BackupArchiveInterval)
 
-BackupArchiveLevel=3
-eval $(apt-config shell BackupArchiveLevel APT::Periodic::BackupArchiveLevel)
-if [ $BackupArchiveLevel -le 1 ]; then BackupArchiveLevel=2 ; fi
+BackupLevel=3
+eval $(apt-config shell BackupLevel APT::Periodic::BackupLevel)
+if [ $BackupLevel -le 1 ]; then BackupLevel=2 ; fi
 
 CacheBackup="backup/"
 eval $(apt-config shell CacheBackup Dir::Cache::Backup)