7072e9fefe
- Update to 1.7.1 - Convert the startup script to rcNG - Create a bogomilter user Moreover: - Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter - Fix the configuration file path in bogom.8 - Fix the packing list when NOPORTDOCS is defined PR: ports/81417 [1] Submitted by: maintainer [1]
12 lines
483 B
Bash
12 lines
483 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "POST-DEINSTALL" ]
|
|
then
|
|
echo "***************************************************************"
|
|
echo "* The bogomilter user will not be removed by this port *"
|
|
echo "* if you are not upgrading and will not use this port anymore *"
|
|
echo "* delete the bogomilter user using: *"
|
|
echo "* pw userdel bogomilter *"
|
|
echo "***************************************************************"
|
|
fi
|