diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-04-30 23:17:06 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-04-30 23:17:06 +0000 |
commit | 09941788c77692bf2a578aacaf9423aea7a194d8 (patch) | |
tree | d833755e60bb1d9b48724d7ec392f00aed79fd07 /etc/rc | |
parent | a0c7a9cd5ad7ba2d2f8619dc6e707e07ad25148c (diff) |
fix PR #1169; itojun@ OK
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.134 2000/04/27 07:06:36 deraadt Exp $ +# $OpenBSD: rc,v 1.135 2000/04/30 23:17:05 ericj Exp $ # System startup script run by init on autoboot # or after single-user. @@ -421,7 +421,7 @@ if ifconfig lo0 inet6 >/dev/null 2>&1; then /usr/sbin/rtsold ${rtsold_flags} fi - if [ "X${ip6defaultif}" != X"" ]; then + if [ "X${ip6defaultif}" != X"NO" ]; then /usr/sbin/ndp -I ${ip6defaultif} fi else |