Displaying 2 results from an estimated 2 matches for "grfp".
Did you mean:
grep
2013 Oct 02
2
[Bug 10179] New: massive test failure on OSX 10.8.5 under Homebrew
...d=9248
output of "make check"
rsync 3.1.0 builds fine on OSX 10.8.5, unless one installs it using Homebrew
(an OSX package manager). The bug, however, is with rsync. Starting with
3.1.0, if the "scratchbasedir" has a hyphen in the name--- as in
"scratchbase=/private/tmp/-gRfP/rsync-3.1.0/testtmp", which is what I see in
the output of "make check"--- then there will be massive test failure. This
seems to be because the hyphen is being interpreted as starting a flag to the
"cd" command, and the character after the hyphen is being interpreted as t...
2007 Nov 06
4
strange behavior from purge
I have the following define...
define puppet::module_dir {
if $name {
include puppet
file { "${puppetdir}/modules/${name}":
ensure => directory,
mode => 0755,
purge => true,
recurse => true,
}
}
}
I call it like so:
puppet::module_dir { "main" }
puppet::module_dir