aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2022-07-26 13:36:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2022-07-26 13:36:40 -0400
commit978462b1245d2bb8575622e00aeeeed337b83d88 (patch)
treeec9a729191e09351a439ba5bfe325518e4f638e7
parentmake.conf: reduce number of concurrent make threads (diff)
downloadgrs-978462b1245d2bb8575622e00aeeeed337b83d88.tar.gz
grs-978462b1245d2bb8575622e00aeeeed337b83d88.tar.bz2
grs-978462b1245d2bb8575622e00aeeeed337b83d88.zip
samba: create /var/log/samba for samba-4.15.7
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--core/var/log/samba/.keep0
-rw-r--r--scripts/clean.sh6
2 files changed, 6 insertions, 0 deletions
diff --git a/core/var/log/samba/.keep b/core/var/log/samba/.keep
deleted file mode 100644
index e69de29..0000000
--- a/core/var/log/samba/.keep
+++ /dev/null
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