Browse Source

utils/enoent.c: Add a comment at the top of the
file explaining why we use this odd program at all.

Frank Lichtenheld 18 years ago
parent
commit
81242df279
2 changed files with 9 additions and 0 deletions
  1. 5 0
      ChangeLog
  2. 4 0
      utils/enoent.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2006-05-19  Frank Lichtenheld  <djpig@debian.org>
+
+	* utils/enoent.c: Add a comment at the top of the
+	file explaining why we use this odd program at all.
+
 2006-05-18  Frank Lichtenheld  <djpig@debian.org>
 
 	* lib/showpkg.c (show1package): Test the correct

+ 4 - 0
utils/enoent.c

@@ -1,3 +1,7 @@
+/* This program ensures that dpkg-divert and update-alternatives don't depend on POSIX.pm
+ * being available and usable. This is probably a good thing since the perl packages have
+ * known deficiencies to ensure that during upgrades. */
+
 #include <stdio.h>
 #include <errno.h>