chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / samples / cycbuff.conf
diff --git a/samples/cycbuff.conf b/samples/cycbuff.conf
deleted file mode 100644 (file)
index 3dec250..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Meta cnfs cyclic buffer configuration file (and assignments of newsgroups to
-# metacyclic buffers)
-#
-# The order of lines in this file is not important among the same item.
-# But all cycbuff item should be presented before any metacycbuff item.
-
-# 1. Cyclic buffers
-# Format:
-# "cycbuff" (literally) : symbolic buffer name : path to buffer file : 
-#       length of symbolic buffer in kilobytes in decimal (1KB = 1024 bytes)
-
-cycbuff:ONE:/export/cycbuffs/one:512000
-cycbuff:TWO:/export/cycbuffs/two:512000
-cycbuff:THREE:/export/cycbuffs/three:512000
-
-# 2. Meta-cyclic buffers
-# Format:
-# "metacycbuff" (literally) : symbolic meta-cyclic buffer name :
-#       comma separated list of cyclic buffer symbolic names
-#
-# symbolic meta-cyclic buffer names are used in storage.conf in the
-# options field
-
-metacycbuff:BIGAREA:ONE,TWO
-metacycbuff:SMALLAREA:THREE