summaryrefslogtreecommitdiff
path: root/debian/ssh-krb5.postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ssh-krb5.postinst.in')
-rw-r--r--debian/ssh-krb5.postinst.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/ssh-krb5.postinst.in b/debian/ssh-krb5.postinst.in
index ce45c86df..9ed03f343 100644
--- a/debian/ssh-krb5.postinst.in
+++ b/debian/ssh-krb5.postinst.in
@@ -6,14 +6,6 @@ action="$1"
6oldversion="$2" 6oldversion="$2"
7 7
8if [ "$action" = configure ] ; then 8if [ "$action" = configure ] ; then
9 if dpkg --compare-versions "$oldversion" lt-nl 1:4.3p2-7; then
10 # Replaced by /etc/init.d/ssh.
11 if [ -f /etc/init.d/ssh-krb5 ]; then
12 mv /etc/init.d/ssh-krb5 /etc/init.d/ssh-krb5.dpkg-old
13 update-rc.d ssh-krb5 remove || true
14 fi
15 fi
16
17 # Make sure that GSSAPI is enabled. If there is no uncommented GSSAPI 9 # Make sure that GSSAPI is enabled. If there is no uncommented GSSAPI
18 # configuration, uncomment any commented-out configuration if present 10 # configuration, uncomment any commented-out configuration if present
19 # (this will catch the case of a fresh install of openssh-server). 11 # (this will catch the case of a fresh install of openssh-server).