* [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/log/samba/, scripts/
@ 2022-07-26 17:36 Anthony G. Basile
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2022-07-26 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 978462b1245d2bb8575622e00aeeeed337b83d88
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 17:36:04 2022 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 17:36:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=978462b1
samba: create /var/log/samba for samba-4.15.7
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
core/var/log/samba/.keep | 0
scripts/clean.sh | 6 ++++++
2 files changed, 6 insertions(+)
diff --git a/core/var/log/samba/.keep b/core/var/log/samba/.keep
deleted file mode 100644
index e69de29..0000000
diff --git a/scripts/clean.sh b/scripts/clean.sh
index 2022316..8b757b5 100644
--- a/scripts/clean.sh
+++ b/scripts/clean.sh
@@ -4,3 +4,9 @@ for d in /tmp /var/tmp /var/log; do
find ${d} -mindepth 1 -exec rm -rf {} +
done
rm -rf /etc/resolv.conf
+
+# BUG: samba-4.15.7 can't create /var/log/samba
+# on startup, so we will. We should remove this
+# when samba is fixed, although it shouldn't cause
+# a problem.
+mkdir -p /var/log/samba
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-26 17:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 17:36 [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/log/samba/, scripts/ Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox