Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
ctdb.postrm: Fix to disable_legacy (found by piuparts)
· 0ef6aac6
Mathieu Parent
authored
Oct 12, 2018
0ef6aac6
Changelog for previous commits
· fa0bc9cd
Mathieu Parent
authored
Oct 12, 2018
fa0bc9cd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fa0bc9cd
...
@@ -11,6 +11,10 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
...
@@ -11,6 +11,10 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
- debian/winbind.pam-config: Use the new try_authtok option allowing
- debian/winbind.pam-config: Use the new try_authtok option allowing
password change while preserving current behavior with password strength
password change while preserving current behavior with password strength
modules (Closes: #858923, LP: #570944)
modules (Closes: #858923, LP: #570944)
* README.source: use gbp pull --track-missing
* Override library-not-linked-against-libc false positives (See #896012)
* Fix wrong-path-for-interpreter for pidl and findsmb
* ctdb.postrm: Fix to disable_legacy (found by piuparts)
-- Mathieu Parent <sathieu@debian.org> Tue, 09 Oct 2018 10:09:09 +0200
-- Mathieu Parent <sathieu@debian.org> Tue, 09 Oct 2018 10:09:09 +0200
...
...
debian/ctdb.postrm
View file @
fa0bc9cd
...
@@ -31,7 +31,7 @@ disable_legacy() { # From ctdb/packaging/RPM/ctdb.spec.in
...
@@ -31,7 +31,7 @@ disable_legacy() { # From ctdb/packaging/RPM/ctdb.spec.in
case
"
$1
"
in
case
"
$1
"
in
purge
)
purge
)
disable_legacy
disable_legacy
0
;;
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear
)
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear
)
...
...