Re: resolv.conf and gnupg2

2022-08-08 Thread Brian Inglis
I've been running with /etc/resolv.conf for a few years now, generated from the ISP info from ipconfig and lists of public DNS servers and suffixes. The attached postinstall script 0p_l_etc_resolv_conf.dash generates a new resolv.conf and replaces the current if different every update. It is

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-08 Thread Ken Brown
On 8/8/2022 7:56 AM, Christian Franke wrote: Testcase: $ ls -a .  .. $ touch link.lnk file.txt $ ls -a .  ..  file.txt  link.lnk $ stat -c %F link.lnk regular empty file $ stat -c %F link directory This happens because symlink_info::check returns -1 instead of 0 when called on "link". Th

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-08 Thread Christian Franke
Oskar Skog wrote: Deleting a directory with the same name as a shortcut deletes everything in the current working directory. Tested on: CYGWIN_NT-10.0-19044 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin CYGWIN_NT-10.0-22000 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin Script to rep

Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-08 Thread Oskar Skog
Deleting a directory with the same name as a shortcut deletes everything in the current working directory. Tested on: CYGWIN_NT-10.0-19044 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin CYGWIN_NT-10.0-22000 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin Script to reproduce the bug (als