summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* anacron: update cron doc url #534516Mike Frysinger2015-08-101-1/+1
|
* anacron: fix various missing prototype warningsMike Frysinger2015-08-101-0/+1
|
* anacron: improve CFLAGS/CC handlingMike Frysinger2015-08-101-2/+8
| | | | | | | Rather than expand CFLAGS in the sed statement, pass it via the env later on when running make. Make sure we set up CC to a sane default.
* anacron: install with normal permissions #291565Mike Frysinger2015-08-101-2/+1
| | | | | | | | There's no need to restrict the binary to the root user/group -- it's not like normal users can't run programs themselves, and access to various state/config files are protected independently. This also fixes bad +x perms on the /etc config files.
* anacron: EAPI: update to 5Mike Frysinger2015-08-101-17/+15
| | | | This allows us to show the elog messages only once on initial install.
* anacron: use elog instead of einfo for messages #370199Mike Frysinger2015-08-101-9/+8
| | | | | We want users to be able to read these after the fact, so make sure we log them accordingly.
* anacron: clean up depend settings #370203Mike Frysinger2015-08-101-4/+3
| | | | | | We do not need to depend on sed (it is in @system), cronbase should be a runtime dep for cron daemons, and we do not need virtual/cron as anacron runs by itself just fine #370203.
* anacron: revbump for various changesMike Frysinger2015-08-101-0/+62