Revision 17481,
153 bytes
checked in by zacheiss, 23 years ago
(diff) |
Disable IPv6 support. Solaris maps "localhost" to both the IPv6
loopback (::1) as well as 127.0.0.1, but we don't enable any IPv6
interfaces, so using "localhost" as your nameserver times out.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | unset CONFIG_SITE |
---|
3 | CFLAGS=-g |
---|
4 | export CFLAGS |
---|
5 | exec ./configure --prefix=/usr/athena --sbindir=/usr/athena/etc \ |
---|
6 | --sysconfdir=/etc --disable-ipv6 |
---|
Note: See
TracBrowser
for help on using the repository browser.