NagiosEnterprises / ndoutils

NDOUtils - Database Output for Nagios Core
GNU General Public License v2.0
48 stars 19 forks source link

No root group in FreeBSD and Apple OS X #22

Closed box293 closed 8 years ago

box293 commented 8 years ago

In FreeBSD and Apple OS X there is no "root" group, it's called "wheel".

In Makefile.in I needed to change this line:

INIT_OPTS=-o root -g root

To this:

INIT_OPTS=-o root -g wheel
jfrickson commented 8 years ago

Fixed in branch 'maint' via commit https://github.com/NagiosEnterprises/ndoutils/commit/13cb19cdc89238c731405a8be9e53114155de168