projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b519e4
)
debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.
author
Julian Andres Klode
<jak@debian.org>
Thu, 6 Aug 2009 10:54:27 +0000
(12:54 +0200)
committer
Julian Andres Klode
<jak@debian.org>
Thu, 6 Aug 2009 10:54:27 +0000
(12:54 +0200)
debian/apt.cron.daily
patch
|
blob
|
blame
|
history
diff --git
a/debian/apt.cron.daily
b/debian/apt.cron.daily
index a09eeaca8c133d50c40b7d964e64072edefc7de5..b6099ee75aa30cd22b8e2c8dcf56a17aff7238ad 100644
(file)
--- a/
debian/apt.cron.daily
+++ b/
debian/apt.cron.daily
@@
-329,7
+329,7
@@
fi
AutoAptEnable=1 # default is yes
eval $(apt-config shell AutoAptEnable APT::Periodic::Enable)
-if [ AutoAptEnable -eq 0 ]; then
+if [
$
AutoAptEnable -eq 0 ]; then
exit 0
fi