[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] update TODO
Update of /home/minion/cvsroot/src/minion/debian
In directory moria.mit.edu:/tmp/cvs-serv1218
Modified Files:
TODO
Log Message:
update TODO
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TODO 4 Apr 2004 20:18:21 -0000 1.3
+++ TODO 4 Apr 2004 22:40:01 -0000 1.4
@@ -6,12 +6,22 @@
D Deferred
X Abandoned
-For the first upload:
- o setup logrotate to cleanup var/log/mixminion/
- lintian thinks /usr/lib/python2.3/site-packages/mixminion/Main.py is
a scrypt and should be +x. Lintian also complains about the weird
shebang (unusual-interpreter).
Either define overrides or remove the shebang
- run server-upgrade on upgrade?
+ - teach mixminion that /home g+w staff is fine on Debian.
upstream issues:
+ - give me a mixminiond check-conf which would tell me whether the
+ current config is correct. Right now if the config is broken
+ (say a bad nickname) mixminiond start will print the error message
+ and the init script will stop.
+
+ Since I would like to separate config (user) errors from other
+ errors I would like to first check if the config is sane,
+ exit gracefully (0) if not (so that upgrades work). If then
+ server start fails, the init script should exit with error (1).
+
+