/usr/share/doc/cfengine2/examples/cf.sun4.example is in cfengine2 2.2.10-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #################################################################
#
# cf.sun4 - for iu.hioslo.no
#
# This file contains SunOS 4.1.x specific patches
#
#################################################################
###
#
# BEGIN cf.sun4
#
###
files:
sun4::
/etc/passwd m=0644 r=0 o=root g=staff act=fixplain
/etc/group m=0644 r=0 o=root g=staff act=fixplain
/dev/kmem m=0640 r=0 o=root g=kmem act=warnall
###
#
# BEGIN cf.sun4
#
###
|