diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2010-02-18 19:40:51 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2010-06-09 23:36:37 +0200 |
commit | cab5af04fadcd939a7becd5fcb25dcfb7bc121dd (patch) | |
tree | 8edc589fa65db213831c60222295fa3a0fbf45b2 /utils/.gitignore | |
parent | a9bdb8f80f6c9aabfe63032940b523ec0513698d (diff) | |
download | dpkg-cab5af04fadcd939a7becd5fcb25dcfb7bc121dd.tar.gz |
update-alternatives: rewritten in C
update-alternative has been rewritten as a mostly standalone C program.
It has thus been moved to utils/ instead of scripts/ together with its
README and its test suite.
This rewrite is based on some initial conversion work done by Guillem
Jover <guillem@debian.org>.
The program now logs to /var/log/alternatives.log instead of dpkg.log.
The logrotate file has been updated to deal with that file too.
Diffstat (limited to 'utils/.gitignore')
-rw-r--r-- | utils/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore index 93495c2ef..4ba178b0c 100644 --- a/utils/.gitignore +++ b/utils/.gitignore @@ -1,2 +1,4 @@ start-stop-daemon +update-alternatives dpkg-install-info +t.tmp |