summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-04-08 09:07:54 +0100
committerColin Watson <cjwatson@debian.org>2010-04-08 09:07:54 +0100
commit8ce3a1fcd48d46696ff88bc7297b75cb4838791c (patch)
tree91cf332df221279f754d3d270c0e74b0490ecdf3 /debian
parent92188de10471622961384d02c99c0e0deb1047c7 (diff)
remove obsolete Ssh.bin hack, no longer needed with new PKCS#11 smartcard handling
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index ae7d3a7a3..f2c24ddf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,8 +154,6 @@ override_dh_auto_install:
154 $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys 154 $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys
155 155
156 rm -f debian/openssh-client/etc/ssh/sshd_config 156 rm -f debian/openssh-client/etc/ssh/sshd_config
157 #Temporary hack: remove /usr/share/Ssh.bin, since we have no smartcard support anyway.
158 rm -f debian/openssh-client/usr/share/Ssh.bin
159 157
160 # Split off the server. 158 # Split off the server.
161 mv debian/openssh-client/usr/sbin/sshd debian/openssh-server/usr/sbin/ 159 mv debian/openssh-client/usr/sbin/sshd debian/openssh-server/usr/sbin/