shadow: make our login.defs set MAIL_DIR to /var/mail

This commit is contained in:
maxice8 2018-12-13 15:50:57 -02:00 committed by maxice8
parent cb3dcc1495
commit 6d351afef7
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@
# Directory where mailboxes reside, _or_ name of file, relative to the
# home directory. If you do define both, MAIL_DIR takes precedence.
#
MAIL_DIR /var/spool/mail
MAIL_DIR /var/mail
#MAIL_FILE .mail
# Password aging controls:

View file

@ -1,10 +1,9 @@
# Template file for 'shadow'
pkgname=shadow
version=4.6
revision=1
revision=2
build_style=gnu-configure
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
--libdir=/usr/lib --enable-shared --disable-static
configure_args="--enable-shared --disable-static
--with-libpam --without-selinux --with-acl --with-attr
--disable-nls --enable-subordinate-ids"
hostmakedepends="automake gettext-devel libtool"