diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-16 20:46:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-16 20:46:23 +0000 |
commit | adaf3793614248ada46a5c1a44cf6b0302f9e600 (patch) | |
tree | 2f2930ec50712b029188041d2f98be3d48395339 /etc | |
parent | be32b9b318e9af99cfc0e36010eeed1ce873444b (diff) |
sendmail support files now live in /etc/mail
Diffstat (limited to 'etc')
-rw-r--r-- | etc/changelist | 8 | ||||
-rw-r--r-- | etc/security | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/changelist b/etc/changelist index 6ff9d2555b8..4a5cab21ea3 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,10 +1,9 @@ -# $OpenBSD: changelist,v 1.10 2000/02/29 20:50:28 aaron Exp $ +# $OpenBSD: changelist,v 1.11 2000/04/16 20:46:22 millert Exp $ # # List of files which the security script backs up and checks # for modifications. /etc/Distfile -/etc/aliases /etc/bootparams /etc/bootptab /etc/ccd.conf @@ -61,8 +60,6 @@ /etc/resolv.conf /etc/rpc /etc/security -/etc/sendmail.cf -/etc/sendmail.cw /etc/services /etc/shells /etc/shosts.equiv @@ -76,6 +73,9 @@ /etc/ttys /etc/weekly /etc/weekly.local +/etc/mail/aliases +/etc/mail/sendmail.cf +/etc/mail/local-host-names /root/.cshrc /root/.klogin /root/.login diff --git a/etc/security b/etc/security index 4bbe8973046..8b16cc13803 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.34 2000/02/29 20:36:25 aaron Exp $ +# $OpenBSD: security,v 1.35 2000/04/16 20:46:22 millert Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -295,9 +295,9 @@ else printf "\nUucp not listed in /etc/ftpusers file.\n" fi -# Uudecode should not be in the /etc/aliases file. -if egrep 'uudecode|decode' /etc/aliases; then - printf "\nThere is an entry for uudecode in the /etc/aliases file.\n" +# Uudecode should not be in the /etc/mail/aliases file. +if egrep 'uudecode|decode' /etc/mail/aliases; then + printf "\nThere is an entry for uudecode in the /etc/mail/aliases file.\n" fi # Files that should not have + signs. |