diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-10 21:05:17 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-10 21:05:17 +0200 |
commit | 0f28775b8105e1da4688487644788e3617b5e9db (patch) | |
tree | 4551275e7a737fd87955d7890407d75a20f873f3 | |
parent | 49248d1c58b34dcd029cee178935c06972cd9215 (diff) |
keep nslcd running during package upgrades
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1552 ef36b2f9-881f-0410-afb5-c4e39611909c
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 972a4bc..2a90740 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,7 @@ override_dh_auto_configure: # run the tests but ignore the results override_dh_auto_test: -dh_auto_test + +# ensure that nslcd is not down during upgrades +override_dh_installinit: + dh_installinit --restart-after-upgrade |