mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +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
|
# Directory where mailboxes reside, _or_ name of file, relative to the
|
||||||
# home directory. If you do define both, MAIL_DIR takes precedence.
|
# home directory. If you do define both, MAIL_DIR takes precedence.
|
||||||
#
|
#
|
||||||
MAIL_DIR /var/spool/mail
|
MAIL_DIR /var/mail
|
||||||
#MAIL_FILE .mail
|
#MAIL_FILE .mail
|
||||||
|
|
||||||
# Password aging controls:
|
# Password aging controls:
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.6
|
version=4.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--enable-shared --disable-static
|
||||||
--libdir=/usr/lib --enable-shared --disable-static
|
|
||||||
--with-libpam --without-selinux --with-acl --with-attr
|
--with-libpam --without-selinux --with-acl --with-attr
|
||||||
--disable-nls --enable-subordinate-ids"
|
--disable-nls --enable-subordinate-ids"
|
||||||
hostmakedepends="automake gettext-devel libtool"
|
hostmakedepends="automake gettext-devel libtool"
|
||||||
|
|
Loading…
Add table
Reference in a new issue