[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Fix typos in config file (thanks to Colin)



Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv9488/etc

Modified Files:
	mixminiond.conf 
Log Message:
Fix typos in config file (thanks to Colin)

Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- mixminiond.conf	13 Dec 2003 19:06:32 -0000	1.40
+++ mixminiond.conf	18 Dec 2003 22:56:44 -0000	1.41
@@ -55,7 +55,7 @@
 #BaseDir: /var/spool/mixminion
 #BaseDir: /home/miniond/mixminion
 
-#    By defailt, all mixminion-related files are stored in subdirectories
+#    By default, all mixminion-related files are stored in subdirectories
 #    of 'BaseDir'.  You can override default placement with the options below.
 #    All relative paths are resoled with respect to 'BaseDir'.
 #
@@ -251,13 +251,13 @@
 #   minutes for 1 day", but MixInterval is 30 minutes, we only retry every
 #   half hour.
 #
-#   By default, we retry every 30 minutes the first day, and every 7 hours
+#   By default, we retry every 60 minutes the first day, and every 7 hours
 #   for the next 5 days thereafter.
 #Retry: every 1 hour for 1 day, every 7 hours for 5 days
 #
 #   You can specify more complex retry intervals.  Uncomment this line to
-#   retry after 30 minutes, then after 1 hour, then after 2 hours, then every
-#   4 hours for a week, then every day for half a month.
+#   retry after 1 hour, then after 2 hours, then every 4 hours for a
+#   week, then every day for half a month.
 #Retry: 1 hour, 2 hours, every 4 hours for 1 week, every 1 day for .5 months
 
 # OTHER VALUES FOR THESE OPTIONS ARE NOT YET SUPPORTED