~ubuntu-branches/ubuntu/natty/samba/natty-security

« back to all changes in this revision

Viewing changes to debian/samba-common.dhcp

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-03-02 16:05:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110302160541-oi1y7yhqn9qe2phs
Tags: 2:3.5.6~dfsg-5ubuntu3
* debian/patches/fix-windows7-print-connection.patch: Fix
  error "0x000003e6" when trying to connect a Windows 7 printer
  to a domain. (LP: #674216)
* debian/samba-common.dhcp: Take in account of the upstart script.
  (LP: #652065)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
        # reload the samba server
70
70
        # We don't necessarily have the samba package installed. #414841
71
 
        [ -x /etc/init.d/samba ] && /usr/sbin/invoke-rc.d samba reload
 
71
        [ -x /etc/init/smbd.conf ] && service restart smb
72
72
 
73
73
}
74
74