diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-06-15 09:47:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 16:57:32 +0200 |
commit | 234f7a9e5dccfaa449d75a120ef90080d0715436 (patch) | |
tree | d7e8c8c232ff54710c6dce8c50773cf43e1e7976 /tools/e2fsprogs/patches/003-no-crond.patch | |
parent | 33411ee9190bf6783eef0d1fac90ec1dd7c2cdff (diff) | |
download | upstream-234f7a9e5dccfaa449d75a120ef90080d0715436.tar.gz upstream-234f7a9e5dccfaa449d75a120ef90080d0715436.tar.bz2 upstream-234f7a9e5dccfaa449d75a120ef90080d0715436.zip |
tools/e2fsprogs: Update to 1.45.3
Update e2fsprogs to 1.45.3
Remove OpenBSD patch
Remove Darwin patch, neither macports or brew patches these files
Add patch to avoid crond detection on host OS
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/e2fsprogs/patches/003-no-crond.patch')
-rw-r--r-- | tools/e2fsprogs/patches/003-no-crond.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/e2fsprogs/patches/003-no-crond.patch b/tools/e2fsprogs/patches/003-no-crond.patch new file mode 100644 index 0000000000..87b50bff2b --- /dev/null +++ b/tools/e2fsprogs/patches/003-no-crond.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5 + $as_echo "${crond_dir}" >&6; } +- have_crond="yes" ++ have_crond="no"; with_crond_dir="" + + else + |