Module Name: src
Committed By: pgoyette
Date: Mon Mar 12 02:03:20 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Remove "alias" entry from the To-Do list - it's already in the Done pile.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/COMPAT-branch-notes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/COMPAT-branch-notes
diff -u src/doc/COMPAT-branch-notes:1.1.2.3 src/doc/COMPAT-branch-notes:1.1.2.4
--- src/doc/COMPAT-branch-notes:1.1.2.3 Mon Mar 12 01:59:31 2018
+++ src/doc/COMPAT-branch-notes Mon Mar 12 02:03:20 2018
@@ -36,15 +36,6 @@ TODO
(There are several instances of this in the net routing table code.)
-2. Implement a mechanism for modules to include "aliases". This would
- allow a single module file to contain multiple module table entries
- (for example, a single file for the compat module could include
- compat_80, compat_70, compat_60, ...). Then, other modules could
- depend on individual names. For example, module compat_xyz could
- depend on compat_70, and the dependency would be met by either the
- "everything" compat module (with all of its aliases) or by a 7.0-
- specific module.
-
2. Using the alias mechanism, split compat (and perhaps compat_sysv)
into multiple version-specific modules. Note that in addition to
updating the module code, this would also require changes to