Comment 0 for bug 266565

Revision history for this message
Dgp-users (dgp-users) wrote :

As described in README.BSD, 'chmod g+s' is troublesome,
so on BSD systems we

 % make DIRSETGID=: install

That only works if all 'chmod g+s' in all Makefiles
are replaced with $(DIRSETGID). Two in
src/Makefile.in have been overlooked. Here's the
simple patch fixing that.

[http://sourceforge.net/tracker/index.php?func=detail&aid=490029&group_id=103&atid=300103]