Displaying 1 result from an estimated 1 matches for "no_lsmail".
2000 Apr 10
1
ls -alni /var/mail
...r 10 12:14:29 2000
***************
*** 833,838 ****
--- 833,849 ----
]
)
+ # Whether to supress listing /var/(spool/)?mail for entropy gathering
+ AC_ARG_WITH(lsmail,
+ [ --without-lsmail Supress ls of mail dir ],
+ [
+ if test "x$withval" = "xno" ; then
+ no_lsmail=1
+ AC_DEFINE(DISABLE_LSMAIL)
+ fi
+ ]
+ )
+
# Whether to force IPv4 by default (needed on broken glibc Linux)
AC_ARG_WITH(ipv4-default,
[ --with-ipv4-default Use IPv4 by connections unless '-6' specified],
Common subdirectories: openssh-1.2.3test2/contrib and openssh-1.2...