summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2019-02-13 23:39:01 +0000
committerSteve Langasek <steve.langasek@canonical.com>2019-02-13 23:39:01 +0000
commit6f045aa423deff3c8dcbc80e402b4802eafdd240 (patch)
treef4ebec82e3e113bab08a8a84abe1c0f9fe36a70e
parent40536e1101cd04250cfc5b554ffd5eab98e3a1de (diff)
Fix the name of the samba services to be restarted on upgrade.
-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' \
)