Displaying 3 results from an estimated 3 matches for "27c27".
Did you mean:
2727
2011 Mar 15
2
Feature request: txtProgressBar with ability to write to arbitrary stream
...t; width = NA, title, label, style = 1)
---
> width = NA, title, label, style = 1, file=stderr())
23c23
< cat(paste(rep.int(char, nb-.nb), collapse=""))
---
> cat(paste(rep.int(char, nb-.nb), collapse=""), file = file)
27c27
< "\r", paste(rep.int(char, nb), collapse=""), sep = "")
---
> "\r", paste(rep.int(char, nb), collapse=""), sep =
"", file = file)
38c38
< cat("\r", paste(rep.int(char, nb),...
2001 Mar 01
5
CVS, etc...
This is the first time I have gotten to the point of wanting to submit
code to (what I would consider) a major project. Specifically, I have made
a small change to oggenc/audio.c. I will explain the change if necessary,
but that us not the purpose of this post.
Primarily, I want to know how to submit changes? Mail it to someone?
Via CVS commit? If CVS, how do I get access?
Also, I
2011 Apr 12
0
samba active directory question
...it_domain_list(522)
Could not fetch our SID - did we join?
[2011/04/07 15:03:33, 0] nsswitch/winbindd.c:main(1076)
unable to initalize domain list
Here is the change in smb.conf file, esatest being the AD test domain.
< workgroup = ESATEST
---
> workgroup = LANGROUP
27c27
< realm = esa.test
---
> realm = EFW.COM
Here is the krb5.conf changes made:
< default_realm = EFW.COM
---
> default_realm = esa.test
5a6,10 (below was inserted, leaving the old realms also in place)
> esa.test = {
> kdc = 10.1.32.58...