]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 10 Mar 2011 23:47:29 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 10 Mar 2011 23:47:29 +0000 (23:47 +0000)
bin/named/Makefile.in
bin/named/include/dlz/dlz_dlopen_driver.h
bin/named/main.c
bin/named/unix/Makefile.in
bin/named/unix/dlz_dlopen_driver.c
bin/named/xfrout.c
bin/tests/system/dlzexternal/driver.c
bin/tests/system/dlzexternal/driver.h
bin/tests/system/dlzexternal/ns1/named.conf.in
bin/tests/system/dlzexternal/prereq.sh

index 4e354c09d57f7943fc28dd62458019385ac961db..272cf960b336ee836901594ab14b9c5543b74586 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.114.14.1 2011/03/10 04:29:14 each Exp $
+# $Id: Makefile.in,v 1.114.14.2 2011/03/10 23:47:25 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 7883a50592e3e4217a4294b5fe3af3ca6bf05d14..2b019eb5b09a18c6825e94306e23eb254b921a3d 100644 (file)
@@ -1,45 +1,21 @@
 /*
- * Copyright (C) 2010-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  *
- * Written by Andrew Tridgell
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * based on dlz_stub_driver.h
- * which is:
- * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
- * Copyright (C) 1999-2001  Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was
- * conceived and contributed by Rob Butler.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: dlz_dlopen_driver.h,v 1.1.4.3 2011/03/10 23:47:26 tbox Exp $ */
+
 #ifndef DLZ_DLOPEN_DRIVER_H
 #define DLZ_DLOPEN_DRIVER_H
 
index 4c43656ca62003b95608657be30f842693d418f7..181f0859396d083d7a1ca53839e42426af2c03ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: main.c,v 1.180.14.1 2011/03/10 04:29:14 each Exp $ */
+/* $Id: main.c,v 1.180.14.2 2011/03/10 23:47:25 tbox Exp $ */
 
 /*! \file */
 
index 29eb10216ee7ec43a2ffdbe3b70dcd076ed6ddec..135c63437658d9a2fbeb030641af62386d202135 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.13.244.1 2011/03/10 04:29:15 each Exp $
+# $Id: Makefile.in,v 1.13.244.2 2011/03/10 23:47:26 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 9798624f0f025701d8418f77e9a862306452a692..3a968b36b6d50c73e0d631b45cbde790711d1f2e 100644 (file)
@@ -1,46 +1,21 @@
 /*
- * Copyright (C) 2010,2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  *
- * Written by Andrew Tridgell
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * based on dlz_stub_driver.c
- * which is:
- * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
- * Copyright (C) 1999-2001  Internet Software Consortium.
- * see dlz_stub_driver.c for details
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- * The development of Dynamically Loadable Zones (DLZ) for Bind 9 was
- * conceived and contributed by Rob Butler.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: dlz_dlopen_driver.c,v 1.1.4.3 2011/03/10 23:47:26 tbox Exp $ */
+
 #include <config.h>
 
 #include <stdio.h>
@@ -162,7 +137,7 @@ dlopen_dlz_allnodes(const char *zone, void *driverarg, void *dbdata,
 
 static isc_result_t
 dlopen_dlz_allowzonexfr(void *driverarg, void *dbdata, const char *name,
-                       const char *client)
+                       const char *client)
 {
        dlopen_data_t *cd = (dlopen_data_t *) dbdata;
        isc_result_t result;
@@ -237,7 +212,7 @@ dl_load_symbol(dlopen_data_t *cd, const char *symbol, isc_boolean_t mandatory) {
        void *ptr = dlsym(cd->dl_handle, symbol);
        if (ptr == NULL && mandatory) {
                dlopen_log(ISC_LOG_ERROR,
-                          "dlz_dlopen: library '%s' is missing "
+                          "dlz_dlopen: library '%s' is missing "
                           "required symbol '%s'", cd->dl_path, symbol);
        }
        return (ptr);
@@ -333,7 +308,7 @@ dlopen_dlz_create(const char *dlzname, unsigned int argc, char *argv[],
        cd->dlz_authority = dl_load_symbol(cd, "dlz_authority", ISC_FALSE);
        cd->dlz_newversion = dl_load_symbol(cd, "dlz_newversion", ISC_FALSE);
        cd->dlz_closeversion = dl_load_symbol(cd, "dlz_closeversion",
-                                           ISC_TF(cd->dlz_newversion != NULL));
+                                           ISC_TF(cd->dlz_newversion != NULL));
        cd->dlz_configure = dl_load_symbol(cd, "dlz_configure", ISC_FALSE);
        cd->dlz_ssumatch = dl_load_symbol(cd, "dlz_ssumatch", ISC_FALSE);
        cd->dlz_addrdataset = dl_load_symbol(cd, "dlz_addrdataset", ISC_FALSE);
index 7808ad281d6632d8570803bb74824b67b24a2a15..4b4d6c0ceb62893bedeebacbb35128951258ce59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.139.16.1 2011/03/10 04:29:15 each Exp $ */
+/* $Id: xfrout.c,v 1.139.16.2 2011/03/10 23:47:25 tbox Exp $ */
 
 #include <config.h>
 
index 677129987b5bf5c157a030ba85475b382deae062..e4c3c42254dcb1d4f825a6c5adfc88f82393720f 100644 (file)
@@ -1,21 +1,21 @@
 /*
- * Copyright (C) 2010 Andrew Tridgell
+ * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: driver.c,v 1.1.4.3 2011/03/10 23:47:26 tbox Exp $ */
+
 /*
  * This provides a very simple example of an external loadable DLZ
  * driver, with update support.
@@ -99,7 +99,7 @@ add_name(struct dlz_example_data *state, struct record *list,
                if (first_empty == -1 && strlen(list[i].name) == 0) {
                        first_empty = i;
                }
-               if (strcasecmp(list[i].name, name) != 0) 
+               if (strcasecmp(list[i].name, name) != 0)
                        continue;
                if (strcasecmp(list[i].type, type) != 0)
                        continue;
@@ -271,7 +271,7 @@ dlz_lookup(const char *zone, const char *name, void *dbdata,
        int i;
 
        UNUSED(zone);
-       
+
        if (strcmp(name, "@") == 0)
                strcpy(full_name, state->zone_name);
        else
@@ -281,7 +281,7 @@ dlz_lookup(const char *zone, const char *name, void *dbdata,
                if (strcasecmp(state->current[i].name, full_name) == 0) {
                        isc_result_t result;
                        found = ISC_TRUE;
-                       result = state->putrr(lookup, state->current[i].type, 
+                       result = state->putrr(lookup, state->current[i].type,
                                              state->current[i].ttl,
                                              state->current[i].data);
                        if (result != ISC_R_SUCCESS) {
@@ -382,19 +382,19 @@ dlz_closeversion(const char *zone, isc_boolean_t commit,
                           zone);
                for (i = 0; i < MAX_RECORDS; i++) {
                        if (strlen(state->adds[i].name) > 0) {
-                               add_name(state, &state->current[0], 
-                                        state->adds[i].name, 
-                                        state->adds[i].type, 
-                                        state->adds[i].ttl, 
+                               add_name(state, &state->current[0],
+                                        state->adds[i].name,
+                                        state->adds[i].type,
+                                        state->adds[i].ttl,
                                         state->adds[i].data);
                        }
                }
                for (i = 0; i < MAX_RECORDS; i++) {
                        if (strlen(state->deletes[i].name) > 0) {
-                               del_name(state, &state->current[0], 
-                                        state->deletes[i].name, 
-                                        state->deletes[i].type, 
-                                        state->deletes[i].ttl, 
+                               del_name(state, &state->current[0],
+                                        state->deletes[i].name,
+                                        state->deletes[i].type,
+                                        state->deletes[i].ttl,
                                         state->deletes[i].data);
                        }
                }
@@ -456,12 +456,12 @@ dlz_ssumatch(const char *signer, const char *name, const char *tcpaddr,
 
        if (strncmp(name, "deny.", 5) == 0) {
                state->log(ISC_LOG_INFO,
-                          "dlz_example: denying update of name=%s by %s", 
+                          "dlz_example: denying update of name=%s by %s",
                           name, signer);
                return (ISC_FALSE);
        }
        state->log(ISC_LOG_INFO,
-                  "dlz_example: allowing update of name=%s by %s", 
+                  "dlz_example: allowing update of name=%s by %s",
                   name, signer);
        return (ISC_TRUE);
 }
@@ -539,7 +539,7 @@ dlz_subrdataset(const char *name, const char *rdatastr,
        state->log(ISC_LOG_INFO,
                   "dlz_example: subtracting rdataset %s '%s'",
                   name, rdatastr);
-                  
+
        return (modrdataset(state, name, rdatastr, &state->deletes[0]));
 }
 
@@ -556,6 +556,6 @@ dlz_delrdataset(const char *name, const char *type,
        state->log(ISC_LOG_INFO,
                   "dlz_example: deleting rdataset %s of type %s",
                   name, type);
-                  
+
        return (ISC_R_SUCCESS);
 }
index 2d9d716a12bd4a6b5b050c1375776832f668e383..a8456dd4689f0b58ae33976faabdf5af82730e9c 100644 (file)
@@ -1,23 +1,21 @@
 /*
  * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  *
- * Written by Andrew Tridgell.
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
- * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
- * THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
- * USE OR PERFORMANCE OF THIS SOFTWARE.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id: driver.h,v 1.1.4.3 2011/03/10 23:47:29 tbox Exp $ */
+
 /*
  * This header provides a minimal set of defines and typedefs needed
  * for building an external DLZ module for bind9. When creating a new
@@ -104,7 +102,7 @@ dlz_allnodes(const char *zone, void *dbdata, dns_sdlzallnodes_t *allnodes);
 isc_result_t
 dlz_newversion(const char *zone, void *dbdata, void **versionp);
 
-/* 
+/*
  *  dlz_closeversion() is optional, but must be supplied if you supply
  *  a dlz_newversion() function
  */
index c0fb2bbd47de204ae752a92ae961abda0d8fd52a..98a5e997f763e2768afe56423e05d2fda4be39b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf.in,v 1.1.4.2 2011/03/10 04:29:17 each Exp $ */
+/* $Id: named.conf.in,v 1.1.4.3 2011/03/10 23:47:29 tbox Exp $ */
 
 controls { };
 
index a2625ab2611eaa3a428da2ec555907c12a068858..fb0501f6d31cf26ee50928d655a8aa502f1704ae 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.4.14.1 2011/03/10 04:29:16 each Exp $
+# $Id: prereq.sh,v 1.4.14.2 2011/03/10 23:47:29 tbox Exp $
 
 TOP=${SYSTEMTESTTOP:=.}/../../../..