summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/libpam0g.postinst1
2 files changed, 7 insertions, 0 deletions
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 <vorlon@debian.org> 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' \
)