summaryrefslogtreecommitdiff
path: root/debian/openssh-server.if-up
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-09-30 22:49:55 +0000
committerColin Watson <cjwatson@debian.org>2009-09-30 22:49:55 +0000
commitf93c88928627afc70fd26c2643557343c4dd80d9 (patch)
tree88c33a5dcece0ab991ae53f0c8d4b29e11ade230 /debian/openssh-server.if-up
parent2670cd0056d185008c0fbb669a92085baca55200 (diff)
Fix grammar in if-up script (closes: #549128).
Diffstat (limited to 'debian/openssh-server.if-up')
-rw-r--r--debian/openssh-server.if-up2
1 files changed, 1 insertions, 1 deletions
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
15fi 15fi
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.
19if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then 19if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then
20 exit 0 20 exit 0