-# $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
/etc/resolv.conf
/etc/rpc
/etc/security
-/etc/sendmail.cf
-/etc/sendmail.cw
/etc/services
/etc/shells
/etc/shosts.equiv
/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
#!/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
#
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.