X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=f211ca0d4c40d02d0c9c13c7b9a08392ab82f8c6;hb=5ea88cec12b303551f6bda0d78f4ec989bffe130;hp=bb58e1fff84a729f1350876b262642705ffd1115;hpb=403ef747e65b7a6441ea0ab022f6e6ee6591beb7;p=mmh diff --git a/configure.in b/configure.in index bb58e1f..f211ca0 100644 --- a/configure.in +++ b/configure.in @@ -285,18 +285,11 @@ if test x"$nmh_cv_mailspool_world_writable" = x"no"; then fi AC_SUBST(SETGID_MAIL)dnl -dnl see if we can determine which group owns the mail spool dir +dnl Use ls to see which group owns the mail spool directory. AC_CACHE_CHECK(what group owns the mail spool, nmh_cv_ls_mail_grp, [nmh_cv_ls_mail_grp=`$lspath -dL $nmh_cv_ls_grpopt $mailspool|$AWK '{print $4}'` - dnl Should we just set it to whatever ls reports, rather than only allowing - dnl certain values...? - if test x$nmh_cv_ls_mail_grp = xmail; then - MAIL_SPOOL_GRP="mail" - elif test x$nmh_cv_ls_mail_grp = xwheel; then - MAIL_SPOOL_GRP="wheel" - else - MAIL_SPOOL_GRP="'0'" - fi]) +]) +MAIL_SPOOL_GRP=$nmh_cv_ls_mail_grp AC_SUBST(MAIL_SPOOL_GRP)dnl dnl ------------------