Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90303 - ebuild refers to a file that has been moved
Summary: ebuild refers to a file that has been moved
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Qmail Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-24 16:11 UTC by Raj Agarwal
Modified: 2005-08-06 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raj Agarwal 2005-04-24 16:11:09 UTC
After "emerg"ing email, hen I try to execute the command:

# ebuild /var/db/pkg/mail-mta/qmail-1.03-r15/qmail-1.03-r15.ebuild config

Your fully qualified host name is ns1.refundplan.com.
Putting ns1.refundplan.com into control/me...
Putting refundplan.com into control/defaultdomain...
Putting refundplan.com into control/plusdomain...
Putting ns1.refundplan.com into control/locals...
Putting ns1.refundplan.com into control/rcpthosts...
Now qmail will refuse to accept SMTP messages except to ns1.refundplan.com.
Make sure to change rcpthosts if you add hosts to locals or virtualdomains!
 * Accepting relaying by default from all ips configured on this machine.
/var/db/pkg/mail-mta/qmail-1.03-r15/qmail-1.03-r15.ebuild: line 521: /etc/cron.daily/qmail-genrsacert.sh: No such file or directory
 * Creating a self-signed ssl-certificate:
 * Please customize /var/qmail/control/servercert.cnf before continuing!
 * Press ENTER to continue, or CTRL-C to stop now.


NOTICE above, ebuild tries to execute a the script:
" /etc/cron.daily/qmail-genrsacert.sh "

This script is now located in the following location:
" /etc/cron.hourly/qmail-genrsacert.sh "

The default ebuild should be updated.


** ON A SIDE NOTE... -- 95% of us do not need to run this on an hourly basis!!! ** daily should be good nuff...

Reproducible: Always
Steps to Reproduce:
1. emerge qmail
2. ebuild /var/db/pkg/mail-mta/qmail-1.03-r15/qmail-1.03-r15.ebuild config

Actual Results:  
Script refers to a file in an obselete location:
/etc/cron.daily/XXXX

Expected Results:  
It shold have executed the file in the /etc/cron.hourly directory
Comment 1 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-08-06 14:59:55 UTC
This has been fixed some time ago. If you want to run in it daily, so move the
file there.