From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 12/54] samba: Hard-code server string Date: Tue, 13 Oct 2020 16:07:30 +0000 Message-ID: <20201013160812.27754-12-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2690836932083805210==" List-Id: --===============2690836932083805210== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index a36f34272..5a97b291d 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -76,7 +76,6 @@ my %servicenames =3D ('SMB Daemon' =3D> 'smbd', 'NetBIOS Na= meserver' =3D> 'nmbd', 'Win =20 $sambasettings{'WORKGRP'} =3D 'homeip.net'; $sambasettings{'NETBIOSNAME'} =3D 'IPFire'; -$sambasettings{'SRVSTRING'} =3D 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} =3D ''; $sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '33'; @@ -142,7 +141,6 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes') system("/usr/local/bin/sambactrl smbglobalreset"); $sambasettings{'WORKGRP'} =3D 'homeip.net'; $sambasettings{'NETBIOSNAME'} =3D 'IPFire'; - $sambasettings{'SRVSTRING'} =3D 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} =3D ''; $sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '65'; @@ -263,8 +261,9 @@ print FILE <$Lang:= :tr{'basic options'} $Lang::tr{'workgroup'} $Lang::tr{'netbios name'} -$Lang::tr{'server string'} $Lang::tr{'log level'} $Lang::tr{'interfaces'}on / off | --=20 2.20.1 --===============2690836932083805210==--