[neon/neon/settings/Neon/release] etc/samba: the correct folder is usershares and samba does not like inline comments

Carlos De Maine null at kde.org
Fri Jun 19 05:43:34 BST 2026


Git commit 127e216c8ae0e170c2bef6b32844d2424a8649c3 by Carlos De Maine.
Committed on 19/06/2026 at 04:43.
Pushed by carlosdem into branch 'Neon/release'.

the correct folder is usershares and samba does not like inline comments

M  +3    -2    etc/samba/neon-usershares-smb.conf

https://invent.kde.org/neon/neon/settings/-/commit/127e216c8ae0e170c2bef6b32844d2424a8649c3

diff --git a/etc/samba/neon-usershares-smb.conf b/etc/samba/neon-usershares-smb.conf
index 9e36d8f..05425bc 100644
--- a/etc/samba/neon-usershares-smb.conf
+++ b/etc/samba/neon-usershares-smb.conf
@@ -1,6 +1,7 @@
 [globals]
 
-  usershare path = /var/lib/samba/sambashares
+  usershare path = /var/lib/samba/usershares
   usershare max shares = 100
-  usershare allow guests = yes # optional line
+# optional line
+  usershare allow guests = yes
   usershare owner only = yes


More information about the Neon-commits mailing list