From b9002fa1b6afd8e0f4b23d53dbbe86de52ff3035 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Thu, 2 Feb 2006 21:34:40 +0000 Subject: r13296: Align trunk with branches/SAMBA_3_0. Add missing '\' in branches/SAMBA_3_0. (This used to be commit a60aed7a38ab5d4401db207d52925e59f1e445f3) --- packaging/Debian/debian-unstable/samba-common.dhcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/Debian') 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 -- cgit