Added '-L' to the calls of 'ls' in configure.in -- I have seen multiple machines
authorDan Harkless <dan@harkless.org>
Mon, 4 Oct 1999 22:23:29 +0000 (22:23 +0000)
committerDan Harkless <dan@harkless.org>
Mon, 4 Oct 1999 22:23:29 +0000 (22:23 +0000)
in the past where the mail spool was a symlink to a directory on another device
with more free space.

ChangeLog
configure
configure.in
stamp-h.in

index 7931935..3c4f423 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 4 15:22:46 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
+
+       * Added '-L' to the calls of 'ls' in configure.in -- I have seen
+       multiple machines in the past where the mail spool was a symlink
+       to a directory on another device with more free space.
+
 Fri Oct 1 22:36:56 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Fixed a portability problem in Doug's fix of a portability
index f4bf559..967f80b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1640,7 +1640,7 @@ echo "configure:1640: checking whether the mail spool is world-writable" >&5
 if eval "test \"`echo '$''{'nmh_cv_mailspool_world_writable'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  if test "`$lspath -dl $mailspool | $cutpath -c9`" = "-"; then
+  if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then
     nmh_cv_mailspool_world_writable=no
   else
     nmh_cv_mailspool_world_writable=yes
@@ -1663,7 +1663,7 @@ echo "configure:1663: checking what group owns the mail spool" >&5
 if eval "test \"`echo '$''{'nmh_cv_ls_mail_grp'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  nmh_cv_ls_mail_grp=`$lspath -d $nmh_cv_ls_grpopt $mailspool |$AWK '{print $4}'`
+  nmh_cv_ls_mail_grp=`$lspath -dL $nmh_cv_ls_grpopt $mailspool|$AWK '{print $4}'`
    if test x$nmh_cv_ls_mail_grp = xmail; then
    MAIL_SPOOL_GRP="mail"
  elif test x$nmh_cv_ls_mail_grp = xwheel; then
index 0904f1b..d4b924d 100644 (file)
@@ -246,7 +246,7 @@ dnl See whether the mail spool directory is world-writable.
 if test "$lspath" != "no" -a "$cutpath" != "no"; then
   AC_CACHE_CHECK(whether the mail spool is world-writable, 
                 nmh_cv_mailspool_world_writable,
-  [if test "`$lspath -dl $mailspool | $cutpath -c9`" = "-"; then
+  [if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then
     nmh_cv_mailspool_world_writable=no
   else
     nmh_cv_mailspool_world_writable=yes
@@ -263,7 +263,7 @@ AC_SUBST(SETGID_MAIL)dnl
 
 dnl see if we can determine which group owns the mail spool dir
 AC_CACHE_CHECK(what group owns the mail spool, nmh_cv_ls_mail_grp,
-[nmh_cv_ls_mail_grp=`$lspath -d $nmh_cv_ls_grpopt $mailspool |$AWK '{print $4}'`
+[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
index e69de29..8b13789 100644 (file)
@@ -0,0 +1 @@
+