diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-09 06:08:29 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-09 06:08:29 +0000 |
commit | eca8033b8e11d0064093cf7b131b17777ed3c340 (patch) | |
tree | 9439d1b00fd35b0064027422aa12d8e969ce99ca /share/ipsec | |
parent | 1718b1c654a8336972bf85f29de095ee34f6c468 (diff) |
kill whitespace at eol
ok henning@
Diffstat (limited to 'share/ipsec')
-rw-r--r-- | share/ipsec/rc.vpn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipsec/rc.vpn b/share/ipsec/rc.vpn index 7e18ffe5879..6c2410bad83 100644 --- a/share/ipsec/rc.vpn +++ b/share/ipsec/rc.vpn @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: rc.vpn,v 1.18 2003/01/20 12:25:45 markus Exp $ +# $OpenBSD: rc.vpn,v 1.19 2003/03/09 06:08:28 david Exp $ # # Richard Reiner, Ph.D., FSC Internet Corp. # rreiner@fscinternet.com @@ -59,7 +59,7 @@ if [ `/usr/sbin/sysctl -n net.inet.ip.forwarding` == 0 ]; then abort=1 fi if [ ${abort} = 1 ]; then - echo "$0: must be enabled in /etc/sysctl.conf. Aborting VPN setup." + echo "$0: must be enabled in /etc/sysctl.conf. Aborting VPN setup." [ ! -n "${DEBUG}" ] && exit 0 fi |