diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-04-24 23:12:33 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-04-24 23:12:33 +0000 |
commit | e2a881ec0a1f7567966f2a6663daf4e67e37cb64 (patch) | |
tree | 418ae82fdb91790b5e75b4a255a8c7b2efd31dd7 /net-mail/qmail-notify | |
parent | changed gpm dependency again, this is needed or it wont compile (diff) | |
download | gentoo-2-e2a881ec0a1f7567966f2a6663daf4e67e37cb64.tar.gz gentoo-2-e2a881ec0a1f7567966f2a6663daf4e67e37cb64.tar.bz2 gentoo-2-e2a881ec0a1f7567966f2a6663daf4e67e37cb64.zip |
new non-intrusive qmail-notify.cron for /etc/cron.hourly
Diffstat (limited to 'net-mail/qmail-notify')
-rw-r--r-- | net-mail/qmail-notify/files/qmail-notify.cron | 6 | ||||
-rw-r--r-- | net-mail/qmail-notify/qmail-notify-0.92.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-mail/qmail-notify/files/qmail-notify.cron b/net-mail/qmail-notify/files/qmail-notify.cron new file mode 100644 index 000000000000..e886e4ae190c --- /dev/null +++ b/net-mail/qmail-notify/files/qmail-notify.cron @@ -0,0 +1,6 @@ +#!/bin/sh +# +# uncomment this to make it work +# + +#exec qmail-notify -r diff --git a/net-mail/qmail-notify/qmail-notify-0.92.ebuild b/net-mail/qmail-notify/qmail-notify-0.92.ebuild index 084c70c2df7d..23c811ae2c99 100644 --- a/net-mail/qmail-notify/qmail-notify-0.92.ebuild +++ b/net-mail/qmail-notify/qmail-notify-0.92.ebuild @@ -23,11 +23,11 @@ src_compile() { } src_install () { - exeinto /usr/bin + exeinto /usr/sbin doexe qmail-notify exeinto /etc/cron.hourly - newexe cron.hourly qmail-notify.cron + doexe ${FILESDIR}/qmail-notify.cron dodoc README ANNOUNCEMENT TODO cron.hourly } @@ -36,7 +36,8 @@ src_install () { pkg_postinst() { echo - einfo "A qmail-notify.cron was put in /etc/cron.hourly!" + einfo "Edit qmail-notify.cron in /etc/cron.hourly" + einfo "to activate qmail-notify!" echo |