diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-30 16:15:45 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-30 16:15:45 +0200 |
| commit | 23a2d248d3246ba70f883c1ffd41ac7b76b296b9 (patch) | |
| tree | c995e28193e1dd3d104fe1c4f5bbaf36d8e25663 /DistUpgrade/DistUpgradeControler.py | |
| parent | 3f91306dd33f115e62bffce41b0c1d4c4f2afc06 (diff) | |
| download | python-apt-23a2d248d3246ba70f883c1ffd41ac7b76b296b9.tar.gz | |
* DistUpgrade/Changelog, README, ReleaseAnnouncement
- updated to reflect reality
* DistUpgrade/DistUpgradeControler.py:
- set the permission for the apt.log file to 0644
* DistUpgrade/cdromupgrade:
- updated and comments added
* po/*:
- make update-po
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 69d4cefe..38d3b73e 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -113,7 +113,7 @@ class DistUpgradeControler(object): # turn on debuging in the cache apt_pkg.Config.Set("Debug::pkgProblemResolver","true") fd = os.open("/var/log/dist-upgrade/apt.log", - os.O_RDWR|os.O_CREAT|os.O_TRUNC) + os.O_RDWR|os.O_CREAT|os.O_TRUNC, 0644) os.dup2(fd,1) os.dup2(fd,2) |
