diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-02 21:34:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:22 -0500 |
commit | b9002fa1b6afd8e0f4b23d53dbbe86de52ff3035 (patch) | |
tree | 67fc7bbd3e7c3a6543b8c4df39d33e0d91be965f /packaging/Debian | |
parent | 466230e5a10c2175535f7224df644fa6d09607e6 (diff) | |
download | samba-b9002fa1b6afd8e0f4b23d53dbbe86de52ff3035.tar.gz samba-b9002fa1b6afd8e0f4b23d53dbbe86de52ff3035.tar.bz2 samba-b9002fa1b6afd8e0f4b23d53dbbe86de52ff3035.zip |
r13296: Align trunk with branches/SAMBA_3_0.
Add missing '\' in branches/SAMBA_3_0.
(This used to be commit a60aed7a38ab5d4401db207d52925e59f1e445f3)
Diffstat (limited to 'packaging/Debian')
-rw-r--r-- | packaging/Debian/debian-unstable/samba-common.dhcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Debian/debian-unstable/samba-common.dhcp b/packaging/Debian/debian-unstable/samba-common.dhcp index 38743a4568..8d1dcab638 100644 --- a/packaging/Debian/debian-unstable/samba-common.dhcp +++ b/packaging/Debian/debian-unstable/samba-common.dhcp @@ -15,7 +15,7 @@ netbios_setup() { # Nor should we continue if no settings have changed if [ "$new_netbios_name_servers" = "$old_netbios_name_servers" ] \ - && [ "$new_netbios_scope" = "$old_netbios_scope" ] + && [ "$new_netbios_scope" = "$old_netbios_scope" ] \ && [ -f $SAMBA_DHCP_CONF ] then return |