summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-07-22 10:21:25 +0000
committerColin Watson <cjwatson@debian.org>2004-07-22 10:21:25 +0000
commitfd47f15cd939d613c369cbd02a5ad2f4a6f53a7c (patch)
tree1ca14841321048d7b824430b072171b982b1d70f /debian
parentf24c4c59a29c2868705e42dbc01770d106d7ab16 (diff)
Re-enable shadow password support in openssh-server-udeb, at Bastian
Blank's request (closes: #260800).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 433719a45..8df316da0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:3.8.1p1-7) unstable; urgency=low
2
3 * Re-enable shadow password support in openssh-server-udeb, at Bastian
4 Blank's request (closes: #260800).
5
6 -- Colin Watson <cjwatson@debian.org> Thu, 22 Jul 2004 10:56:06 +0100
7
1openssh (1:3.8.1p1-6) unstable; urgency=low 8openssh (1:3.8.1p1-6) unstable; urgency=low
2 9
3 * Implement hack in 10 * Implement hack in
diff --git a/debian/rules b/debian/rules
index 7c95204a7..4960ad921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ build-udeb: build-udeb-stamp
75build-udeb-stamp: 75build-udeb-stamp:
76 dh_testdir 76 dh_testdir
77 mkdir -p build-udeb 77 mkdir -p build-udeb
78 cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --without-shadow 78 cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper
79 # Avoid libnsl linkage. Ugh. 79 # Avoid libnsl linkage. Ugh.
80 perl -pi -e 's/ +-lnsl//' build-udeb/config.status 80 perl -pi -e 's/ +-lnsl//' build-udeb/config.status
81 cd build-udeb && ./config.status 81 cd build-udeb && ./config.status