diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb index 5a53d0df68..c27a1cc9b3 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb | |||
| @@ -111,6 +111,15 @@ do_install () { | |||
| 111 | -e 's|${STAGING_DIR_NATIVE}||g' \ | 111 | -e 's|${STAGING_DIR_NATIVE}||g' \ |
| 112 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ | 112 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ |
| 113 | -i ${D}/${bindir}/prxs | 113 | -i ${D}/${bindir}/prxs |
| 114 | |||
| 115 | # ftpmail perl script, which reads the proftpd log file and sends | ||
| 116 | # automatic email notifications once an upload finishs, | ||
| 117 | # depends on an old perl Mail::Sendmail | ||
| 118 | # The Mail::Sendmail has not been maintained for almost 10 years | ||
| 119 | # Other distribution not ship with ftpmail, so do the same to | ||
| 120 | # avoid confusion about having it fails to run | ||
| 121 | rm -rf ${D}${bindir}/ftpmail | ||
| 122 | rm -rf ${D}${mandir}/man1/ftpmail.1 | ||
| 114 | } | 123 | } |
| 115 | 124 | ||
| 116 | INITSCRIPT_NAME = "proftpd" | 125 | INITSCRIPT_NAME = "proftpd" |
