diff options
author | vorlon <vorlon@alioth.debian.org> | 2003-02-09 04:08:10 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2003-02-09 04:08:10 +0000 |
commit | f29b49751a77bd25a12c0ebb8a3a6f10134752c1 (patch) | |
tree | 1d5519f0f89b7a2d85262109c1a5b946581eafa0 /samba-common.dhcp | |
parent | 25235462b425804d381e88d0fc5c4023fa79bc96 (diff) | |
download | samba-f29b49751a77bd25a12c0ebb8a3a6f10134752c1.tar.gz |
make sure we really get the server list from dhcp
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk@430 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'samba-common.dhcp')
-rw-r--r-- | samba-common.dhcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-common.dhcp b/samba-common.dhcp index 116c1d231b..e12dc99831 100644 --- a/samba-common.dhcp +++ b/samba-common.dhcp @@ -21,7 +21,7 @@ elif [ "$new_netbios_name_servers" != "old_netbios_name_servers" ] then for server in $new_netbios_name_servers do - serverlist = "$serverlist $server:$interface" + serverlist="$serverlist $server:$interface" done # FIXME: add sed magic to only update wins servers # associated with this interface |