1234567891011121314151617181920 |
- --- icinga-1.6.1.orig/configure 2011-12-02 14:53:23.000000000 +0100
- +++ icinga-1.6.1/configure 2011-12-02 23:44:13.000000000 +0100
- @@ -5154,7 +5154,7 @@ cat >>confdefs.h <<_ACEOF
- #define DEFAULT_NAGIOS_GROUP "$icinga_grp"
- _ACEOF
-
- -INSTALL_OPTS="-o $icinga_user -g $icinga_grp"
- +#INSTALL_OPTS="-o $icinga_user -g $icinga_grp"
-
-
-
- @@ -5232,7 +5232,7 @@ fi
-
-
-
- -INSTALL_OPTS_WEB="-o $web_user -g $web_group"
- +#INSTALL_OPTS_WEB="-o $web_user -g $web_group"
-
-
-
|