Displaying 2 results from an estimated 2 matches for "nokeep".
Did you mean:
tokeep
2019 Mar 17
1
lda: Unknown mail storage driver maildir
...ls are fetched from the ISP with "fetchmail", using a "cron" job
fetchmail -f $HOME/etc/pop3.myisp
where the file "$HOME/etc/pop3.myisp" contains
set logfile fetchmail.log
poll pop.myisp.be with proto POP3
user myIspmailLogin there with password myIspPwd is rob here nokeep
mda "/programs-3.2/amd64/64/libexec/dovecot/deliver"
Now I want to get it also running on a Debian server, with the same Dovecot
version, and exactly the same config files, but here I get the following
messages in "/var/log/mail.log" when launching a "fetchmail" attem...
2018 Aug 21
7
[lld] avoid emitting PLT entries for ifuncs
...;ZHazardplt = hasZOption(Args, "hazardplt");
+ Config->ZIfuncnoplt = hasZOption(Args, "ifunc-noplt");
Config->ZInitfirst = hasZOption(Args, "initfirst");
Config->ZKeepTextSectionPrefix = getZFlag(
Args, "keep-text-section-prefix", "nokeep-text-section-prefix", false);
diff --git a/ELF/Relocations.cpp b/ELF/Relocations.cpp
index 8f60aa3d2..a54d87e43 100644
--- a/ELF/Relocations.cpp
+++ b/ELF/Relocations.cpp
@@ -361,6 +361,10 @@ static bool isStaticLinkTimeConstant(RelExpr E, RelType Type, const Symbol &Sym,
R_TLSL...