summaryrefslogtreecommitdiff
path: root/sysutils/cfengine/patches
AgeCommit message (Collapse)AuthorFilesLines
1999-11-09Oh, impolitic profanities... Solaris doesn't know about INADDR_NONE either.abs1-3/+3
"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().abs1-5/+6
For Solaris and similarly handicapped systems.
1999-11-09Fix bug which would cause source linked files to sometimes copiedabs1-0/+19
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.3abs1-5/+5
1999-11-05Add cfengine to sysutils SUBDIRSabs2-0/+55
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.52abs2-0/+41
Automate configuration and administration of large systems