diff options
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 228a815649..c00c77fc7e 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -224,6 +224,11 @@ ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" | |||
224 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 224 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
225 | ALTERNATIVE_PRIORITY = "120" | 225 | ALTERNATIVE_PRIORITY = "120" |
226 | 226 | ||
227 | ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1" | ||
228 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" | ||
229 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" | ||
230 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | ||
231 | |||
227 | pkg_postinst_${PN} () { | 232 | pkg_postinst_${PN} () { |
228 | if [ "x$D" = "x" ]; then | 233 | if [ "x$D" = "x" ]; then |
229 | touch /etc/aliases | 234 | touch /etc/aliases |