339d81c020
- drop unused use_rc_subr PR: ports/166072 Submitted by: jgh@ Approved by: maintainer, citycat4@ngs.ru Feature safe: yes
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "DEINSTALL" ]; then
|
|
echo "Do not forget delete filter description from /etc/mail/freebsd.mc"
|
|
echo "and rebuild sendmail.cf file!"
|
|
fi
|