[PREVIOUS CHAPTER] [NEXT CHAPTER]
4 other topics

4.1	Core part of FML package


"makefml install" action installs core part of FML. It contains a set
of documents which is large. You can remove it if it is enough for you
to access the latest version always. The latest version of documents
are available via WWW. You can access the latest documents but not
back numbers, so you may lose the version specific descriptions.


Except for documents, which files you can remove depends on functions
you want to use. DO NOT REMOVE "etc", "sbin", "cf" to use "makefml".


4.2	temporary stop an ML


elena: elena-admin
elena-ctl: elena-admin
elena-admin: fml

4.3	daily renewal


	Subject: [elena 00100]


	Subject: [elena 00000]


#!/bin/sh

ml=elena

date=`date -u +%C%y%m%d`

/usr/local/fml/makefml lock $ml 60 &

cd /var/spool/ml/$ml || exit 1

for file in seq spool summary log
do
   if [ -f $file ];then
        mv $file $file.$date
   fi
done

[PREVIOUS CHAPTER] [NEXT CHAPTER]