Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13921 - /etc/cron.daily/gentoo-stats.cron
Summary: /etc/cron.daily/gentoo-stats.cron
Status: RESOLVED DUPLICATE of bug 30923
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 11:34 UTC by Markus Krainer
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Markus Krainer 2003-01-14 11:34:46 UTC
Would be nice to have a /etc/cron.daily/gentoo-stats.cron:

--- cut here ---
#!/bin/sh
#
# Uncomment the following if you want to
# submit gentoo-stats information regularly.
#
# this is part of the gentoo-stats package
#
#

#/usr/sbin/gentoo-stats --update > /dev/null
--- cut here ---


In the .ebuild add

    exeinto /etc/cron.daily
    doexe ${FILESDIR}/gentoo-stats.cron

to src_install().

  -- Markus
Comment 1 Maik Schreiber 2003-01-17 17:41:17 UTC
Bouncing back to bug-wranglers due to time constraints.
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-11 13:10:33 UTC

*** This bug has been marked as a duplicate of 30923 ***