Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > dc430da5aacc0cead97c2e2ef0c82561 > files > 22

cfengine-1.6.3-4mdk.i586.rpm

##################################################################
#
# cf.motd
#
# This file is used to set the message of the day file on
# each host
#
##################################################################
 
 #####
 #
 # BEGIN cf.motd
 #
 #####

control:

   #
   # This points to the file containing general text
   #

   masterfile = ( /iu/nexus/local/iu/etc/motd-master )
   addendum   = ( /iu/nexus/local/iu/etc/motd-nexus  )

editfiles:

      { /etc/motd

      BeginGroupIfFileIsNewer "$(masterfile)"
        AutoCreate
#        IncrementPointer "1"
        DeleteLinesAfterThisMatching ".*"
        InsertFile "$(masterfile)"
      EndGroup
      }

   NOTnexus::

      { /etc/motd

      BeginGroupIfNoLineContaining "connecting"
        InsertFile "$(addendum)"      
      EndGroup
      }

 #####
 #
 # EGIN cf.motd
 #
 #####