initial commit of file from CVS for smeserver-horde on Sat Mar 23 16:05:15 AEDT 2024

This commit is contained in:
Trevor Batley
2024-03-23 16:05:15 +11:00
parent 21bc0fdf89
commit 46a910a743
129 changed files with 4154 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
status=$(/sbin/e-smith/config getprop horde cache)
if [ "$status" = "enabled" ]
then
chown -R root.www /usr/share/horde/static
chmod -R 770 /usr/share/horde/static
else
chown -R root.root /usr/share/horde/static
chmod -R 700 /usr/share/horde/static
echo "Caching of static horde pages is disabled" >&2
fi