Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 570676 Details for
Bug 679836
sys-fs/e2fsprogs-1.45.0-r1 with sys-process/dcron - /etc/cron.d/e2scrub_all uses usernames which dcron does no understand
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add a +cron USE flag, work around dcron incompatibility
e2fsprogs_USE_cron.patch (text/plain), 946 bytes, created by
Hank Leininger
on 2019-03-24 20:39:41 UTC
(
hide
)
Description:
Add a +cron USE flag, work around dcron incompatibility
Filename:
MIME Type:
Creator:
Hank Leininger
Created:
2019-03-24 20:39:41 UTC
Size:
946 bytes
patch
obsolete
>--- e2fsprogs-1.45.0-r1.ebuild 2019-03-13 08:39:40.000000000 -0600 >+++ e2fsprogs-1.45.0-r2.ebuild 2019-03-24 14:19:17.428082770 -0600 >@@ -14,10 +14,11 @@ > LICENSE="GPL-2 BSD" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" >-IUSE="fuse nls static-libs elibc_FreeBSD" >+IUSE="+cron fuse nls static-libs elibc_FreeBSD" > > RDEPEND="~sys-libs/${PN}-libs-${PV} > >=sys-apps/util-linux-2.16 >+ cron? ( !sys-process/dcron ) > fuse? ( sys-fs/fuse:0 ) > nls? ( virtual/libintl )" > DEPEND="${RDEPEND} >@@ -70,7 +71,7 @@ > > local myeconfargs=( > --with-root-prefix="${EPREFIX%/}/" >- --with-crond-dir="${EPREFIX%/}/etc/cron.d" >+ --with-crond-dir="$(use cron && echo "${EPREFIX%/}/etc/cron.d" || echo "no")" > --with-systemd-unit-dir="$(systemd_get_systemunitdir)" > --with-udev-rules-dir="${EPREFIX%/}$(get_udevdir)/rules.d" > --enable-symlink-install
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 679836
: 570676