Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13921

Summary: /etc/cron.daily/gentoo-stats.cron
Product: Gentoo Linux Reporter: Markus Krainer <mkrainer>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED DUPLICATE    
Severity: minor CC: heim
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***