diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/openssh-server.if-up | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 15665de9d..4ec77e6a3 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,7 @@ openssh (1:5.1p1-8) UNRELEASED; urgency=low | |||
4 | closes: #538313). | 4 | closes: #538313). |
5 | * Build-depend on libselinux1-dev on sh4 too (thanks, Nobuhiro Iwamatsu; | 5 | * Build-depend on libselinux1-dev on sh4 too (thanks, Nobuhiro Iwamatsu; |
6 | closes: #547103). | 6 | closes: #547103). |
7 | * Fix grammar in if-up script (closes: #549128). | ||
7 | 8 | ||
8 | -- Colin Watson <cjwatson@debian.org> Fri, 28 Aug 2009 09:06:32 +0100 | 9 | -- Colin Watson <cjwatson@debian.org> Fri, 28 Aug 2009 09:06:32 +0100 |
9 | 10 | ||
diff --git a/debian/openssh-server.if-up b/debian/openssh-server.if-up index 848535275..ce5d4dd17 100644 --- a/debian/openssh-server.if-up +++ b/debian/openssh-server.if-up | |||
@@ -14,7 +14,7 @@ if [ "$MODE" != start ]; then | |||
14 | exit 0 | 14 | exit 0 |
15 | fi | 15 | fi |
16 | 16 | ||
17 | # OpenSSH only cares about inet and inet6. Get thee gone, strange people | 17 | # OpenSSH only cares about inet and inet6. Get ye gone, strange people |
18 | # still using ipx. | 18 | # still using ipx. |
19 | if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then | 19 | if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then |
20 | exit 0 | 20 | exit 0 |