Displaying 3 results from an estimated 3 matches for "116a117".
2010 Nov 30
1
proposal for new flag to R CMD INSTALL
For the purpose of helping in installing only parts of a package
(in my case, the help system), R CMD INSTALL
should accept a flag --no-check-deps
Below is a diff for R-devel, svn revision 53672
kjetil at kjetil:~/R/R-devel/src/library/tools/R$ diff install.R.old install.R
116a117
> " --no-check-deps skip test if installed depends/imports",
506c507
< if (length(miss) > 1)
---
> if ((length(miss) > 1) && check_deps)
510c511
< else if (length(miss))
---
> else if (lengt...
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...-6.0p1/sshd.8
src/sshd.8
===============================================================================
111c111
< that would apply to the specified user, host, and address will be set
before
---
> that would apply to the specified user, host, address, and subsystem
> will be set before
116a117
> .Dq addr ,
118,119c119,127
< .Dq addr .
< All are required and may be supplied in any order, either with
multiple
---
> .Dq subsystem .
> Only
> .Dq user ,
> .Dq host ,
> and
> .Dq addr
> keywords are required;
> .Dq subsystem
> is optional. These parameters m...
2017 Mar 27
3
[Samba 4.5] Very slow LDAP Queries (almost unusable), performance tunning ?
On Mon, 2017-03-27 at 10:43 +0200, Gaetan SLONGO via samba wrote:
> Zarafa is not on the same server as Samba
>
> We only have 2 AD/DC Samba 4.5 (CentOS 7) and we put required indexes
> on LDAP .
>
> Arround 1000 mailboxes but not all are simultaneously in use (approx
> 1/3 in use).
> MTA is postfix (and is still connected to Samba AD, this one is not
> causing the