mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b4ad86ecc6
* INSTALL time message was invalid (path of "default-domain"). Submitted by: Maintainer in [ports-jp 9262]
5 lines
194 B
Bash
5 lines
194 B
Bash
#!/bin/sh
|
|
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
|
|
echo "Don't forget to edit /usr/local/etc/mnews/default-domain and make sure"
|
|
echo "that it contains correct domain name for this host."
|