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 | a60aed7a38ab5d4401db207d52925e59f1e445f3 (patch) | |
tree | d6c65b35e6216781a7e6a18a7d5e6a95002a7e41 /packaging | |
parent | f259de8b69f94ae8b5f4553180f245234bffd397 (diff) | |
download | samba-a60aed7a38ab5d4401db207d52925e59f1e445f3.tar.gz |
r13296: Align trunk with branches/SAMBA_3_0.
Add missing '\' in branches/SAMBA_3_0.
Diffstat (limited to 'packaging')
-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 38743a4568a..8d1dcab6388 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 |