Fixed patches, cleaned up Makefile, added dependencies

This commit is contained in:
2016-11-02 23:34:05 -05:00
parent 653de8f1c6
commit 3628b9971f
5 changed files with 49 additions and 25 deletions

View File

@@ -1,21 +1,12 @@
diff -Naur c/etc/login.defs d/etc/login.defs
--- c/etc/login.defs 2016-10-04 14:54:27.116000000 -0500
+++ d/etc/login.defs 2014-05-09 05:20:28.000000000 -0500
@@ -118,7 +118,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/mail
+MAIL_DIR /var/spool/mail
#MAIL_FILE .mail
#
diff -Naur a/etc/login.defs b/etc/login.defs
--- a/etc/login.defs 2014-05-09 05:20:28.000000000 -0500
+++ b/etc/login.defs 2016-11-02 23:27:40.712000000 -0500
@@ -317,7 +317,7 @@
# Note: If you use PAM, it is recommended to use a value consistent with
# the PAM modules configuration.
#
-ENCRYPT_METHOD SHA512
+#ENCRYPT_METHOD DES
-#ENCRYPT_METHOD DES
+ENCRYPT_METHOD SHA512
#
# Only works if ENCRYPT_METHOD is set to SHA256 or SHA512.