diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 23:39:01 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 23:39:01 +0000 |
commit | 6f045aa423deff3c8dcbc80e402b4802eafdd240 (patch) | |
tree | f4ebec82e3e113bab08a8a84abe1c0f9fe36a70e /debian/libpam0g.postinst | |
parent | 40536e1101cd04250cfc5b554ffd5eab98e3a1de (diff) | |
download | pam-6f045aa423deff3c8dcbc80e402b4802eafdd240.tar.gz pam-6f045aa423deff3c8dcbc80e402b4802eafdd240.tar.bz2 pam-6f045aa423deff3c8dcbc80e402b4802eafdd240.zip |
Fix the name of the samba services to be restarted on upgrade.
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r-- | debian/libpam0g.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst index ed133444..9ecc9bcb 100644 --- a/debian/libpam0g.postinst +++ b/debian/libpam0g.postinst @@ -69,6 +69,7 @@ installed_services() { -e's/\bhylafax-server\b/hylafax/g' \ -e's/\bpartimage-server\b/partimaged/g' \ -e's/\bpostgresql-common\b/postgresql/g' \ + -e's/\bsamba\b/smbd samba-ad-dc/g' \ -e's/\bsasl2-bin\b/saslauthd/g' \ ) |