summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-01-14 14:46:52 +0000
committerJonas Smedegaard <dr@jones.dk>2003-01-14 14:46:52 +0000
commitef2d9ac7811803bfa40fa78ad2653145a391ce21 (patch)
treef03b50d130feaa7b1dc09ac9402a49a0c3a324cf /TODO
parent3087e767569eb8e6afa5538c1ac53e751b3309ba (diff)
Add TODO about push-updating multiple hosts effectively.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 703f79c..2f42df4 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,8 @@ Calibrate max open files based on available memory (as suggested at http://www.l
Use m4 to make sharefiles and cfengine cleanup files for samba.
Move zonefiles out of local-COMMON and into separate CVS modules.
Check that m4 is installed before using it in cfengine!
+Figure out a smarter way to do the following on the command line:
+ for host in xayide coreander jawa.homebase.dk gmork satsbutikken ida cherry.107b.dk tulle; do fping $host && ssh -t ${host/tulle/tulle -p 53} "for dir in /etc/local-COMMON /usr/local/bin /usr/local/sbin; do (cd \$dir && cvs update -dP); done; /etc/cfengine/cfengine.conf -q; /etc/local-COMMON/postfix/postfix.sh"; done
Xenux:
------