summaryrefslogtreecommitdiff
path: root/update.cf
diff options
context:
space:
mode:
authorJulien Dessaux2017-03-05 14:43:06 +0000
committerJulien Dessaux2017-03-05 14:43:06 +0000
commit0b3908ea518f371237642dec2790be6b1c25db95 (patch)
treee4f3ae69b69009cfec8f727c604694f0b33adab5 /update.cf
downloadmasterfiles-0b3908ea518f371237642dec2790be6b1c25db95.tar.gz
masterfiles-0b3908ea518f371237642dec2790be6b1c25db95.tar.bz2
masterfiles-0b3908ea518f371237642dec2790be6b1c25db95.zip
Initial import
Diffstat (limited to 'update.cf')
-rw-r--r--update.cf10
1 files changed, 10 insertions, 0 deletions
diff --git a/update.cf b/update.cf
new file mode 100644
index 0000000..af3bef1
--- /dev/null
+++ b/update.cf
@@ -0,0 +1,10 @@
+body common control
+{
+ any::
+ bundlesequence => {
+ main,
+ };
+ inputs => {
+ "failsafe.cf",
+ };
+}