summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2000-08-29 14:37:36 +0000
committertron <tron>2000-08-29 14:37:36 +0000
commit2c4a5b814fcc4bf4b31920527a002d28ee0e29ae (patch)
treeb3e07ec5360e16716e97639c213a2c0bd13045c3 /mail
parent622f851e141261bb3c84567fea986a2e8dbdc7b7 (diff)
downloadpkgsrc-2c4a5b814fcc4bf4b31920527a002d28ee0e29ae.tar.gz
Aliases are in "/etc/mail/aliases" not in "/etc/sendmail.cf".
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/pkg/DEINSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/majordomo/pkg/DEINSTALL b/mail/majordomo/pkg/DEINSTALL
index 32ca6f86951..b304eb930bf 100644
--- a/mail/majordomo/pkg/DEINSTALL
+++ b/mail/majordomo/pkg/DEINSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2000/08/18 15:57:48 wiz Exp $
+# $NetBSD: DEINSTALL,v 1.2 2000/08/29 14:37:36 tron Exp $
#
PKGNAME=$1
@@ -20,7 +20,8 @@ If you won't be using ${PKGNAME} any longer, you may want to
- remove the \`${USER}' user.
- remove his home directory \`${HOME}/${USER}'
- remove the \`${GROUP}' group from /etc/group
- - remove majordomo aliases from /etc/sendmail.cf and run newaliases
+ - remove majordomo aliases from /etc/mail/aliases and
+ run newaliases
===========================================================================
EOF
;;