svn commit: r209552 - in head/usr.sbin/pc-sysinstall: backend
backend-partmanager backend-query pc-sysinstall
Warner Losh
imp at FreeBSD.org
Sun Jun 27 16:46:12 UTC 2010
Author: imp
Date: Sun Jun 27 16:46:11 2010
New Revision: 209552
URL: http://svn.freebsd.org/changeset/base/209552
Log:
Spell iXsystems, Inc properly
Submitted by: delphij@
Modified:
head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh
head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh
head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh
head/usr.sbin/pc-sysinstall/backend-query/detect-vmware.sh
head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh
head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh
head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh
head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh
head/usr.sbin/pc-sysinstall/backend-query/list-components.sh
head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh
head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh
head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh
head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh
head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh
head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh
head/usr.sbin/pc-sysinstall/backend-query/test-live.sh
head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh
head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh
head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh
head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh
head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh
head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
head/usr.sbin/pc-sysinstall/backend/functions-disk.sh
head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
head/usr.sbin/pc-sysinstall/backend/functions-localize.sh
head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh
head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
head/usr.sbin/pc-sysinstall/backend/functions-networking.sh
head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh
head/usr.sbin/pc-sysinstall/backend/functions-parse.sh
head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh
head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh
head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh
head/usr.sbin/pc-sysinstall/backend/functions-users.sh
head/usr.sbin/pc-sysinstall/backend/functions.sh
head/usr.sbin/pc-sysinstall/backend/parseconfig.sh
head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh
Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-vmware.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-vmware.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-vmware.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/list-components.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-components.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-components.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/test-live.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/test-live.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/test-live.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-localize.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-localize.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-localize.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-networking.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-networking.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-networking.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-parse.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-parse.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-parse.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions-users.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-users.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions-users.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/functions.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/functions.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/parseconfig.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/parseconfig.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/parseconfig.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -1,6 +1,6 @@
#!/bin/sh
#-
-# Copyright (c) 2010 iX Systems, Inc. All rights reserved.
+# Copyright (c) 2010 iXsystems, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh Sun Jun 27 14:21:08 2010 (r209551)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh Sun Jun 27 16:46:11 2010 (r209552)
@@ -6,7 +6,7 @@
# system installations, as well as calls which a front-end can use
# to retrive information about the system
#####################################################################
-# Copyright 2010 iX Systems
+# Copyright 2010 iXsystems
# All rights reserved
#
# Redistribution and use in source and binary forms, with or without
More information about the svn-src-head
mailing list