summaryrefslogtreecommitdiff
path: root/sysutils/cfengine
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-02Update to 1.5.3nb3:abs9-167/+223
Always pass %s to syslog to avoid potential format string exploit. (Action based on alert by Pekka Savola on Bugtraq)
2000-09-13Fix #ifdef's to make the program compile even if rsaref's des.h is installed.wiz2-1/+15
Fixes pkg/9835 by Michael Wolfson.
2000-09-09Don't find any installed pthreads packages. Addresses pkg/9835.wiz2-6/+42
2000-09-09add @dirrm share/cfenginewiz1-1/+2
2000-02-03Convert to new 'nb<N>' suffixabs1-2/+2
1999-11-09Oh, impolitic profanities... Solaris doesn't know about INADDR_NONE either.abs2-5/+5
"Sun, the dot in half-a-decade-behind-the-rest-of-the-world.com"
1999-11-09Drift back into the dark ages and use inet_addr() instead of inet_aton().abs2-7/+8
For Solaris and similarly handicapped systems.
1999-11-09Fix bug which would cause source linked files to sometimes copiedabs3-3/+23
separately. Just for posterity, here is how to replicate the problem: (All this is going back to the maintainers) #!/bin/sh # Generates a 'from' directory, then runs cfengine to copy it into 'to'. # The order of file creation in the from directory is significant - # the 'bad' file must be picked up _after_ the 'subdir'. # Obvious caveats about IRIX XFS notwithstanding. TESTDIR=/tmp/cfenginetest rm -rf $TESTDIR mkdir -p $TESTDIR cd $TESTDIR # Generate cfengine.conf cat > cfengine.conf <<END control: actionsequence = ( copy ) copy: $TESTDIR/from dest=$TESTDIR/to recurse=inf END # Generate 'from' directory mkdir from cd from touch ok mkdir subdir touch bad cd subdir ln ../ok ln ../bad cd ../.. cfengine -v echo echo "Both 'ok' and 'bad' should have the same number of links (2) in both" echo "'from' and 'to' directories. 'bad' will have 1 if bug is present." echo ls -l from to
1999-11-05Upgrade to 1.5.3abs4-12/+12
1999-11-05Add cfengine to sysutils SUBDIRSabs4-2/+60
Add patches to set the correct Class based on the netmask (in the process of submitting all patches back to the maintainer)
1999-10-10cfengine-1.52abs8-0/+92
Automate configuration and administration of large systems