forked from Lainports/freebsd-ports
cracks. - Support STAGE - Appease rclint and portlint - Remove pkg-install. We can do this in @unexec and rc script. - Set a default database option -- PGSQL will be default as recommended upstream. - Use new @sample capability - SHEBANGFIX Sponsored by: SupraNet Communications, Inc
11 lines
347 B
Text
11 lines
347 B
Text
--- sqlgrey.orig 2013-09-27 06:51:40.913265753 -0500
|
|
+++ sqlgrey 2013-09-27 06:51:25.000000000 -0500
|
|
@@ -1037,7 +1037,7 @@
|
|
return join(":", (split(/:/, $addr))[0..3]);
|
|
} else {
|
|
## For Non-EUI64 or Non-Global-Unicast return the address
|
|
- return $addr;
|
|
+ return join(":", (split(/:/, $addr))[0..3]);
|
|
}
|
|
}
|
|
|