mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
shadow: make our login.defs set MAIL_DIR to /var/mail
This commit is contained in:
parent
cb3dcc1495
commit
6d351afef7
2 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue