chiark / gitweb /
unfolding: do not introduce additional lwsp
[modbot-mtm.git] / install-aggregates
index 41856f973a463840d30a682a919434189c101b4f..24052cc5a1c26ec17b74064cd142bae81ae65dac 100755 (executable)
@@ -15,9 +15,7 @@ if [ x"`whoami`" != x"$OURUSER" ]; then
        exit 0
 fi
 
-fall-over-now
-
-for f in       crontab forward-suffix forward-slimy mailinglists_dir
+for f in       crontab forward-suffix forward-slimy
 do
        d=$f
        g=$f.combined
@@ -30,6 +28,7 @@ do
        echo '# autogenerated - do not edit' >>$g
        if test -f $f.part; then cat $f.part >>$g; fi
        cat live-*/$f.part >>$g
+       if test -f $f.part-tail; then cat $f.part-tail >>$g; fi
 
        mv -f $g $d
        case $f in