X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=f211ca0d4c40d02d0c9c13c7b9a08392ab82f8c6;hp=bb58e1fff84a729f1350876b262642705ffd1115;hb=b58f16902582d0b2058a76b315bfc92fa8034672;hpb=e804a366f5091e90f1c0971e2b7546df69f1315a 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 ------------------