From 31e2be1d5a5e4d9cd3fbfeb589f931caac4eee53 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 17 Mar 2012 13:32:09 +0100 Subject: [PATCH] samba: add support 'createlog' will run on openening the 'Logfiles' share, thats a great idea, no its not more needed to login via ssh to get logs: simply open the share and a compressed archive including most usefull logs will be created. actually the user must delete byself old log archives from here, but the logs will be not produced if we never open this share. Users with own samba.conf files must update the config byself to get this feature. The idea i got with #329 , many thanks to Banjer Signed-off-by: Stephan Raue --- packages/network/samba/config/smb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/samba/config/smb.conf b/packages/network/samba/config/smb.conf index 0eff875849..567d4021f2 100644 --- a/packages/network/samba/config/smb.conf +++ b/packages/network/samba/config/smb.conf @@ -151,4 +151,4 @@ public = yes writable = yes root preexec = mkdir -p /storage/logfiles - + root preexec = createlog \ No newline at end of file