Version 1.36.2

Released: 2010-09-09

ConfigFile and ListFile classes have wrong group on FreeBSD fixed

Related thread:

http://www.directadmin.com/forum/showthread.php?p=187008#post187008

The issue was discovered upon a fix of another issue with regards to the setting of chmod 600:

replace chown with lchown

The issue is that the effective group on FreeBSD does not get inherited when creating files, unlike on Linux. The solution was simple owership setting of the group to ensure it's set correctly.

Last Updated: