Displaying 6 results from an estimated 6 matches for "testdirectori".
Did you mean:
testdirectory
2007 Nov 21
9
purging exported resources
So I have the following:
define nagios::service (
$nagios_template = ''service-template'',
$host_name = $fqdn,
$service_groups = '''',
$contact_groups = $default_contact_group,
$max_check_attempts = 3,
$dependency = false,
$dependent_host = $fqdn,
$dependent_service = '''',
$check_command = ''''
) {
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
On Thu, May 17, 2012 at 3:25 PM, Nick Kledzik <kledzik at apple.com> wrote:
> I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
>
> To implement the FileOutputBuffer, I needed to add some more functions to llvm/Support/FileSystem.h, including:
>
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOutputBuffer.patch
Type: application/octet-stream
Size: 25308 bytes
Desc: not available
URL:
2004 Mar 22
1
smbclient won't tar empty directories
Hello,
I guess this question has been asked several times, but unfortenuately
I don't find an answer neither in the search machines nor in the groups.
I backup my windows clients using smbclient with the tar option.
Works great, but no empty directories are in the created tar file.
I read the smblient and tar's manpage, without finding the necessary
option. Does anybody know how I can
2009 Sep 16
1
ACL misbehavior moving from POSIX ACL -> acl_xattr
List,
I had Samba 3.0 running on Debian Lenny configured to use POSIX ACLs on ext3.
They worked fine, or at least as fine as NT -> POSIX mapping ever did. After
testing 3.3 with acl_xattr on using a different machine, I decided to give it a
whirl on the production server. And yes, I know it's experimental.
I defined a share thusly:
vfs objects = acl_xatt
acl map full
2009 Dec 22
0
[LLVMdev] lower select pass
Hi
Well, its been quite some time... hope your are all as well as you have been
more than a year ago.
It just happend to be that i wrote a small pass (albeit for 2.5) which
removes the select instructions which had not been there in 2.2 8-/.
Since they made my bitrotting backend sad i had to find a way to get rid of
them...
The attached pass is slighly inspired (concerning the skeleton)