From af491ad73a27f76709c37fbe1d944733d125f03d Mon Sep 17 00:00:00 2001
From: nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Wed, 12 Oct 2005 09:35:10 +0000
Subject: [PATCH] add a default server string (requested by Oliver Ertl)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2098 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/samba/files/smb.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openwrt/package/samba/files/smb.conf b/openwrt/package/samba/files/smb.conf
index 3715996d8..c52d6dd1b 100644
--- a/openwrt/package/samba/files/smb.conf
+++ b/openwrt/package/samba/files/smb.conf
@@ -2,6 +2,7 @@
  syslog = 0
  syslog only = yes
  workgroup = OpenWrt
+ server string = OpenWrt Samba Server
  security = share
  encrypt passwords = yes
  guest account = nobody
-- 
2.20.1