summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-24 23:12:33 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-24 23:12:33 +0000
commite2a881ec0a1f7567966f2a6663daf4e67e37cb64 (patch)
tree418ae82fdb91790b5e75b4a255a8c7b2efd31dd7 /net-mail/qmail-notify
parentchanged gpm dependency again, this is needed or it wont compile (diff)
downloadgentoo-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.cron6
-rw-r--r--net-mail/qmail-notify/qmail-notify-0.92.ebuild7
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