User Details
User Details
- User Since
- Mar 19 2026, 3:45 PM (11 w, 4 d)
Tue, May 26
Tue, May 26
senguptaangshuman17_gmail.com attached a referenced file: F157947123: _.cs.
senguptaangshuman17_gmail.com added a comment to D57042: nanobsd: Fix NANO_MD_BACKING_SWAP md issues.
After applying the last patch
May 3 2026
May 3 2026
senguptaangshuman17_gmail.com added a comment to D55152: nanobsd: Change the mode in tgt_dir2symlink().
This seems to be necessary as chmod on symlink directory updates the source directory not the symlink one.
But do we need to do chmod "$mode" "$dir"?
The goal of tgt_dir2symlink is to set up the mode of the symlink directory and if we just do chmod -h "$mode" "$dir" will change the mode of the symlink.