Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 872779 Details for
Bug 915724
sys-process/cronie-1.7.0-r1:"/etc/default/anacron: No such file or directory"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cronie-1.7.0-optional-default-anacron.patch
cronie-1.7.0-optional-default-anacron.patch (text/plain), 610 bytes, created by
Louis Sautier (sbraz)
on 2023-10-14 13:19:38 UTC
(
hide
)
Description:
cronie-1.7.0-optional-default-anacron.patch
Filename:
MIME Type:
Creator:
Louis Sautier (sbraz)
Created:
2023-10-14 13:19:38 UTC
Size:
610 bytes
patch
obsolete
>From ca1b98aaa79975376b729d7f4cc2e8bb2e5939b8 Mon Sep 17 00:00:00 2001 >From: Louis Sautier <sautier.louis@gmail.com> >Date: Sat, 14 Oct 2023 15:13:22 +0200 >Subject: [PATCH] anacron: only source /etc/default/anacron if it is readable, > fixes #159 > >Signed-off-by: Louis Sautier <sautier.louis@gmail.com> >--- a/contrib/0anacron >+++ b/contrib/0anacron >@@ -8,7 +8,9 @@ if [ `date +%Y%m%d` = "$day" ]; then > fi > > # Check whether run on battery should be allowed >-. /etc/default/anacron >+if test -r /etc/default/anacron; then >+ . /etc/default/anacron >+fi > > if [ "$ANACRON_RUN_ON_BATTERY_POWER" != "yes" ]; then >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 915724
: 872779