Module Name: src
Committed By: pgoyette
Date: Mon Sep 24 00:03:53 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Make a note about clockctl vs NTP
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/TODO.compat-module
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.compat-module
diff -u src/doc/TODO.compat-module:1.1.2.8 src/doc/TODO.compat-module:1.1.2.9
--- src/doc/TODO.compat-module:1.1.2.8 Fri Sep 21 02:53:00 2018
+++ src/doc/TODO.compat-module Mon Sep 24 00:03:53 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.8 2018/09/21 02:53:00 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.9 2018/09/24 00:03:53 pgoyette Exp $ */
DONE
----
@@ -124,3 +124,5 @@ TODO - Not required for branch merge
.a compat library, it might be useful to make it work with the .o
library.
+24. The clockctl module currently assumes that NTP exists. We need to
+ introduce some hook(s) for this.