Stefan Eßer

Results 12 comments of Stefan Eßer

I'm wondering whether another test should be added after the test for open_instance: If xo_emit() is used with the "l" modifier, then the key/tag name should be the same as...

Moving chgrp into /usr/sbin will break scripts that use it with a hard-coded path (/usr/bin/chgrp). I had the same problem and have used a symbolic link to resolve it (i.e....

Am 21.03.18 um 17:12 schrieb Samvel Khalatyan: > I assume symlink may not work either as some scripts may try to resolve it or > check if |chgrp| is an...

Am 29.03.18 um 16:58 schrieb Conrad Meyer: > Since small size is not an object, why use a separate FS for /usr/bin and > /usr/sbin? On my CURRENT system, /usr/bin...

Am 23.06.21 um 18:55 schrieb Warner Losh: > Is there some action that can be done to move forward this pull request? > @brooksdavis @emaste > can we come to...

The value of "current" is limited to (0 .. length(stats)-1) at the end of the loop. But when "m" is used to switch the mode, "current" may be too large...

The MSDOSFS code in 13.3. could be backported to 13.2, but a simpler work-around would be to just return 0 for the total number of inodes (f_files). The value 0...

Hi John, I have tried to reproduce the issue, but did not succeed. I had already upgraded the libxml2 port, but for a test have performed the following steps: ```...

Yes, your observations match my knowledge about the inner workings of portmaster (which has not been developed by me, but I have taken over the maintainer role after the original...

Sorry for the late reply - I have been the maintainer of the FreeBSD port for a long time, but did not have access to this Github repository. Anyway, the...