From 6f045aa423deff3c8dcbc80e402b4802eafdd240 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 13 Feb 2019 23:39:01 +0000 Subject: Fix the name of the samba services to be restarted on upgrade. --- debian/changelog | 6 ++++++ debian/libpam0g.postinst | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 318284ef..e5a9c3c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pam (1.3.1-4) UNRELEASED; urgency=medium + + * Fix the name of the samba services to be restarted on upgrade. + + -- Steve Langasek Wed, 13 Feb 2019 23:38:40 +0000 + pam (1.3.1-3) unstable; urgency=medium * Fix debian/patches-applied/update-motd to apply the correct changes 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' \ ) -- cgit v1.2.3