From 56eab664a2116af95240f68b014390fcdfb8731c Mon Sep 17 00:00:00 2001
From: Brian Read
Date: Mon, 10 Jul 2023 08:43:33 +0100
Subject: [PATCH] initial commit of file from CVS for smeserver-support on Mon
10 Jul 08:43:33 BST 2023
---
.gitignore | 4 +
Makefile | 21 +
README.md | 21 +-
contriborbase | 1 +
createlinks | 19 +
root/etc/e-smith/db/accounts/migrate/php5cgi | 3 +
.../defaults/statusreport/status | 1 +
.../configuration/defaults/statusreport/type | 1 +
.../db/configuration/migrate/20InstallEpoch | 7 +
.../db/configuration/migrate/20StatusReport | 11 +
.../yum_repositories/migrate/25CentOSExcludes | 26 +
root/etc/e-smith/licenses/en_US/00Unsupported | 421 ++++++++
.../etc/e-smith/web/functions/initial.cgi | 88 ++
.../etc/e-smith/web/functions/online-manual | 27 +
.../en-us/etc/e-smith/web/functions/support | 10 +
.../e-smith/templates.metadata/etc/issue.net | 1 +
.../templates.metadata/etc/redhat-release | 1 +
.../templates/etc/crontab/statusreport | 11 +
.../web/common/css/sme_core.css/90contribs | 45 +
.../web/common/css/sme_header.css/90contribs | 31 +
.../web/common/css/sme_main.css/90contribs | 26 +
.../web/common/foot.tmpl/20ProductName | 1 +
.../web/common/foot.tmpl/25CopyrightSMEServer | 1 +
.../etc/e-smith/web/common/head.tmpl/20Title | 1 +
.../panels/manager/html/header.htm/40LogoRow | 8 +
.../templates/etc/issue/template-begin | 0
.../e-smith/templates/etc/motd/template-begin | 16 +
.../e-smith/templates/etc/os-release/10base | 15 +
.../etc/sysconfig/hw-uuid/template-begin | 1 +
.../etc/system-release/template-begin | 1 +
.../e-smith/web/common/btn_donateCC_LG.gif | Bin 0 -> 3592 bytes
.../e-smith/web/common/smeserver_login.jpg | Bin 0 -> 5508 bytes
.../etc/e-smith/web/common/smeserver_logo.gif | Bin 0 -> 5413 bytes
.../etc/e-smith/web/common/smeserver_logo.jpg | Bin 0 -> 10737 bytes
root/etc/e-smith/web/functions/support | 58 ++
.../web/panels/manager/cgi-bin/.gitignore | 0
.../e-smith/console-menu-items/support.pl | 44 +
.../console-menu-items/testInternet.pl | 77 ++
root/sbin/e-smith/statusreport | 66 ++
smeserver-support.spec | 969 ++++++++++++++++++
40 files changed, 2032 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
create mode 100644 Makefile
create mode 100644 contriborbase
create mode 100644 createlinks
create mode 100644 root/etc/e-smith/db/accounts/migrate/php5cgi
create mode 100644 root/etc/e-smith/db/configuration/defaults/statusreport/status
create mode 100644 root/etc/e-smith/db/configuration/defaults/statusreport/type
create mode 100644 root/etc/e-smith/db/configuration/migrate/20InstallEpoch
create mode 100644 root/etc/e-smith/db/configuration/migrate/20StatusReport
create mode 100644 root/etc/e-smith/db/yum_repositories/migrate/25CentOSExcludes
create mode 100644 root/etc/e-smith/licenses/en_US/00Unsupported
create mode 100644 root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/initial.cgi
create mode 100644 root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/online-manual
create mode 100644 root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/support
create mode 100644 root/etc/e-smith/templates.metadata/etc/issue.net
create mode 100644 root/etc/e-smith/templates.metadata/etc/redhat-release
create mode 100644 root/etc/e-smith/templates/etc/crontab/statusreport
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/90contribs
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/90contribs
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/90contribs
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/20ProductName
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25CopyrightSMEServer
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/20Title
create mode 100644 root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/40LogoRow
create mode 100644 root/etc/e-smith/templates/etc/issue/template-begin
create mode 100644 root/etc/e-smith/templates/etc/motd/template-begin
create mode 100644 root/etc/e-smith/templates/etc/os-release/10base
create mode 100644 root/etc/e-smith/templates/etc/sysconfig/hw-uuid/template-begin
create mode 100644 root/etc/e-smith/templates/etc/system-release/template-begin
create mode 100644 root/etc/e-smith/web/common/btn_donateCC_LG.gif
create mode 100644 root/etc/e-smith/web/common/smeserver_login.jpg
create mode 100644 root/etc/e-smith/web/common/smeserver_logo.gif
create mode 100644 root/etc/e-smith/web/common/smeserver_logo.jpg
create mode 100644 root/etc/e-smith/web/functions/support
create mode 100644 root/etc/e-smith/web/panels/manager/cgi-bin/.gitignore
create mode 100644 root/sbin/e-smith/console-menu-items/support.pl
create mode 100644 root/sbin/e-smith/console-menu-items/testInternet.pl
create mode 100644 root/sbin/e-smith/statusreport
create mode 100644 smeserver-support.spec
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e594810
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.rpm
+*.log
+*spec-20*
+*.tar.xz
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..802e6a9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+# Makefile for source rpm: smeserver-support
+# $Id: Makefile,v 1.1 2016/02/05 23:22:16 stephdl Exp $
+NAME := smeserver-support
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)
diff --git a/README.md b/README.md
index 8164a82..9fafb89 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,20 @@
-# smeserver-support
+# smeserver-support
-SMEServer Koozali developed git repo for smeserver-support smeserver
\ No newline at end of file
+SMEServer Koozali developed git repo for smeserver-support smeserver
+
+## Wiki
+
https://wiki.koozali.org/Commercial_Support
+
https://wiki.koozali.org/Windows_7_Support
+
https://wiki.koozali.org/Windows_8_Support
+
https://wiki.koozali.org/Windows_10_Support
+
+## Bugzilla
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-support&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
+
+## Description
+
+
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
+*Once it has been checked, then this comment will be deleted*
+
+
+Software Support provides technical assistance to users of computer software. Specialists help users troubleshoot software problems or provide advice on how to use the software. They may answer questions, provide guidance on how to create documents, and explain how to set up a program. Software Support professionals may specialize in a particular type of software, such as a spreadsheet program, or they may be knowledgeable about a wide variety of programs. In either case, they must be able to provide solutions to users in a timely and friendly manner.
diff --git a/contriborbase b/contriborbase
new file mode 100644
index 0000000..ef36a67
--- /dev/null
+++ b/contriborbase
@@ -0,0 +1 @@
+sme10
diff --git a/createlinks b/createlinks
new file mode 100644
index 0000000..225a78e
--- /dev/null
+++ b/createlinks
@@ -0,0 +1,19 @@
+#!/usr/bin/perl -w
+# This script creates the symlinks needed by this RPM
+# Specific support exists to create symlinks within e-smith web "panels"
+# and for links from named "events" directories into the "actions" directory
+
+use esmith::Build::CreateLinks qw(:all);
+
+my $panel = "manager";
+
+panel_link("support", $panel);
+
+templates2events("/etc/$_", qw(post-install post-upgrade smeserver-support-update))
+ for (qw(issue issue.net motd redhat-release system-release sysconfig/hw-uuid));
+
+templates2events("/etc/$_", qw(post-install post-upgrade console-save smeserver-support-update))
+ for (qw( os-release ));
+
+templates2events("/etc/motd", qw(console-save remoteaccess-update smeserver-support-update));
+
diff --git a/root/etc/e-smith/db/accounts/migrate/php5cgi b/root/etc/e-smith/db/accounts/migrate/php5cgi
new file mode 100644
index 0000000..147ac48
--- /dev/null
+++ b/root/etc/e-smith/db/accounts/migrate/php5cgi
@@ -0,0 +1,3 @@
+{
+ $_->delete_prop('php5') foreach $DB->ibays();
+}
diff --git a/root/etc/e-smith/db/configuration/defaults/statusreport/status b/root/etc/e-smith/db/configuration/defaults/statusreport/status
new file mode 100644
index 0000000..86981e6
--- /dev/null
+++ b/root/etc/e-smith/db/configuration/defaults/statusreport/status
@@ -0,0 +1 @@
+enabled
diff --git a/root/etc/e-smith/db/configuration/defaults/statusreport/type b/root/etc/e-smith/db/configuration/defaults/statusreport/type
new file mode 100644
index 0000000..24e1098
--- /dev/null
+++ b/root/etc/e-smith/db/configuration/defaults/statusreport/type
@@ -0,0 +1 @@
+service
diff --git a/root/etc/e-smith/db/configuration/migrate/20InstallEpoch b/root/etc/e-smith/db/configuration/migrate/20InstallEpoch
new file mode 100644
index 0000000..7ff13c8
--- /dev/null
+++ b/root/etc/e-smith/db/configuration/migrate/20InstallEpoch
@@ -0,0 +1,7 @@
+{
+ my $sysconfig = $DB->get('sysconfig')
+ || $DB->new_record('sysconfig', { type => 'configuration' });
+
+ $sysconfig->prop('InstallEpoch')
+ || $sysconfig->set_prop('InstallEpoch', time);
+}
diff --git a/root/etc/e-smith/db/configuration/migrate/20StatusReport b/root/etc/e-smith/db/configuration/migrate/20StatusReport
new file mode 100644
index 0000000..5626d91
--- /dev/null
+++ b/root/etc/e-smith/db/configuration/migrate/20StatusReport
@@ -0,0 +1,11 @@
+{
+ my $rec = $DB->get('statusreport')
+ || $DB->new_record('statusreport', { type => 'service' });
+
+ my %props = $rec->props;
+
+ exists $props{DayOfWeek} or $props{DayOfWeek} = int(rand(7));
+ exists $props{Hour} or $props{Hour} = int(rand(24));
+ exists $props{Minute} or $props{Minute} = int(rand(60));
+ $rec->merge_props(%props);
+}
diff --git a/root/etc/e-smith/db/yum_repositories/migrate/25CentOSExcludes b/root/etc/e-smith/db/yum_repositories/migrate/25CentOSExcludes
new file mode 100644
index 0000000..db1ad57
--- /dev/null
+++ b/root/etc/e-smith/db/yum_repositories/migrate/25CentOSExcludes
@@ -0,0 +1,26 @@
+{
+ my @add = split(/[,; ]+/, 'CENTOS_EXCLUDES');
+ my %remove = map { $_ => 1 } split(/[,; ]+/, 'CENTOS_REMOVE');
+
+ for my $name ( qw(base updates) )
+ {
+ my $repo = $DB->get($name) or next;
+
+ my @exclude = split(/,/, $repo->prop('Exclude') || '');
+ push @exclude, @add;
+ @exclude = grep(!defined $remove{$_} && !/^CENTOS_/, @exclude);
+
+ # remove duplicates
+ undef %saw;
+ @exclude = grep(!$saw{$_}++, @exclude);
+
+ if ($#exclude >= 0)
+ {
+ $repo->set_prop('Exclude', join(',', @exclude));
+ }
+ else
+ {
+ $repo->delete('Exclude');
+ }
+ }
+}
diff --git a/root/etc/e-smith/licenses/en_US/00Unsupported b/root/etc/e-smith/licenses/en_US/00Unsupported
new file mode 100644
index 0000000..8136a61
--- /dev/null
+++ b/root/etc/e-smith/licenses/en_US/00Unsupported
@@ -0,0 +1,421 @@
+Copyright (C) 1999-2005 Mitel Networks Corporation
+Copyright (C) ____COPYYEARS____ Koozali Foundation, Inc.
+
+This is the open source release of the Koozali SME Server.
+Most components of this software give you the right to copy
+and distribute this software under the terms of the GNU
+General Public License, as published by the Free Software
+Foundation. The text of this license is included below.
+The other components of this software have different
+licenses which also permit copying and redistribution.
+
+Support for this software is provided by the Koozali community
+websites, user forums, mailing lists, and bug tracker. Please
+visit www.koozali.org for further details.
+
+THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY AND IS
+PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.
+
+**************************************************************
+The following copyright applies to the Koozali SME Server
+compilation and any portions of the Koozali SME Server it does
+not conflict with. Whenever this policy does conflict with the
+copyright of any individual portion of the Koozali SME Server,
+it does not apply.
+**************************************************************
+
+ GNU GENERAL PUBLIC LICENSE Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675
+ Mass Ave, Cambridge, MA 02139, USA Everyone is permitted to
+ copy and distribute verbatim copies of this license document,
+ but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away
+ your freedom to share and change it. By contrast, the GNU
+ General Public License is intended to guarantee your freedom
+ to share and change free software--to make sure the software
+ is free for all its users. This General Public License
+ applies to most of the Free Software Foundation's software
+ and to any other program whose authors commit to using it.
+ (Some other Free Software Foundation software is covered by
+ the GNU Library General Public License instead.) You can
+ apply it to your programs, too.
+
+ When we speak of free software, we are referring to freedom,
+ not price. Our General Public Licenses are designed to make
+ sure that you have the freedom to distribute copies of free
+ software (and charge for this service if you wish), that you
+ receive source code or can get it if you want it, that you
+ can change the software or use pieces of it in new free
+ programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that
+ forbid anyone to deny you these rights or to ask you to
+ surrender the rights. These restrictions translate to
+ certain responsibilities for you if you distribute copies of
+ the software, or if you modify it.
+
+ For example, if you distribute copies of such a program,
+ whether gratis or for a fee, you must give the recipients
+ all the rights that you have. You must make sure that they,
+ too, receive or can get the source code. And you must show
+ them these terms so they know their rights.
+
+ We protect your rights with two steps: (1) copyright the
+ software, and (2) offer you this license which gives you
+ legal permission to copy, distribute and/or modify the
+ software.
+
+ Also, for each author's protection and ours, we want to make
+ certain that everyone understands that there is no warranty
+ for this free software. If the software is modified by
+ someone else and passed on, we want its recipients to know
+ that what they have is not the original, so that any
+ problems introduced by others will not reflect on the
+ original authors' reputations.
+
+ Finally, any free program is threatened constantly by
+ software patents. We wish to avoid the danger that
+ redistributors of a free program will individually obtain
+ patent licenses, in effect making the program proprietary.
+ To prevent this, we have made it clear that any patent must
+ be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution
+ and modification follow.
+
+ GNU GENERAL PUBLIC LICENSE TERMS AND
+ CONDITIONS FOR COPYING, DISTRIBUTION AND
+ MODIFICATION
+
+ 0. This License applies to any program or other work which
+ contains a notice placed by the copyright holder saying it
+ may be distributed under the terms of this General Public
+ License. The "Program", below, refers to any such program
+ or work, and a "work based on the Program" means either the
+ Program or any derivative work under copyright law: that is
+ to say, a work containing the Program or a portion of it,
+ either verbatim or with modifications and/or translated into
+ another language. (Hereinafter, translation is included
+ without limitation in the term "modification".) Each
+ licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having
+been made by running the Program). Whether that is true
+depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the
+ Program's source code as you receive it, in any medium,
+ provided that you conspicuously and appropriately publish on
+ each copy an appropriate copyright notice and disclaimer of
+ warranty; keep intact all the notices that refer to this
+ License and to the absence of any warranty; and give any
+ other recipients of the Program a copy of this License along
+ with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection in
+exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any
+ portion of it, thus forming a work based on the Program, and
+ copy and distribute such modifications or work under the
+ terms of Section 1 above, provided that you also meet all of
+ these conditions:
+
+ a) You must cause the modified files to carry prominent
+ notices stating that you changed the files and the date of
+ any change.
+
+ b) You must cause any work that you distribute or publish,
+ that in whole or in part contains or is derived from the
+ Program or any part thereof, to be licensed as a whole at
+ no charge to all third parties under the terms of this
+ License.
+
+ c) If the modified program normally reads commands
+ interactively when run, you must cause it, when started
+ running for such interactive use in the most ordinary way,
+ to print or display an announcement including an
+ appropriate copyright notice and a notice that there is no
+ warranty (or else, saying that you provide a warranty) and
+ that users may redistribute the program under these
+ conditions, and telling the user how to view a copy of
+ this License. (Exception: if the Program itself is
+ interactive but does not normally print such an
+ announcement, your work based on the Program is not
+ required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute them
+as separate works. But when you distribute the same sections
+as part of a whole which is a work based on the Program, the
+distribution of the whole must be on the terms of this
+License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of
+who wrote it.
+
+Thus, it is not the intent of this section to claim rights or
+contest your rights to work written entirely by you; rather,
+the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on the
+Program with the Program (or with a work based on the Program)
+on a volume of a storage or distribution medium does not bring
+the other work under the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based
+ on it, under Section 2) in object code or executable form
+ under the terms of Sections 1 and 2 above provided that you
+ also do one of the following:
+
+ a) Accompany it with the complete corresponding
+ machine-readable source code, which must be distributed
+ under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least
+ three years, to give any third party, for a charge no more
+ than your cost of physically performing source
+ distribution, a complete machine-readable copy of the
+ corresponding source code, to be distributed under the
+ terms of Sections 1 and 2 above on a medium customarily
+ used for software interchange; or,
+
+ c) Accompany it with the information you received as to
+ the offer to distribute corresponding source code. (This
+ alternative is allowed only for noncommercial distribution
+ and only if you received the program in object code or
+ executable form with such an offer, in accord with
+ Subsection b above.)
+
+ The source code for a work means the preferred form of the
+ work for making modifications to it. For an executable work,
+ complete source code means all the source code for all modules
+ it contains, plus any associated interface definition files,
+ plus the scripts used to control compilation and installation
+ of the executable. However, as a special exception, the
+ source code distributed need not include anything that is
+ normally distributed (in either source or binary form) with
+ the major components (compiler, kernel, and so on) of the
+ operating system on which the executable runs, unless that
+ component itself accompanies the executable.
+
+ If distribution of executable or object code is made by
+ offering access to copy from a designated place, then offering
+ equivalent access to copy the source code from the same place
+ counts as distribution of the source code, even though third
+ parties are not compelled to copy the source along with the
+ object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the
+ Program except as expressly provided under this License.
+ Any attempt otherwise to copy, modify, sublicense or
+ distribute the Program is void, and will automatically
+ terminate your rights under this License. However, parties
+ who have received copies, or rights, from you under this
+ License will not have their licenses terminated so long as
+ such parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you
+ have not signed it. However, nothing else grants you
+ permission to modify or distribute the Program or its
+ derivative works. These actions are prohibited by law if
+ you do not accept this License. Therefore, by modifying or
+ distributing the Program (or any work based on the Program),
+ you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or
+ modifying the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based
+ on the Program), the recipient automatically receives a
+ license from the original licensor to copy, distribute or
+ modify the Program subject to these terms and conditions.
+ You may not impose any further restrictions on the
+ recipients' exercise of the rights granted herein. You are
+ not responsible for enforcing compliance by third parties to
+ this License.
+
+ 7. If, as a consequence of a court judgment or allegation of
+ patent infringement or for any other reason (not limited to
+ patent issues), conditions are imposed on you (whether by
+ court order, agreement or otherwise) that contradict the
+ conditions of this License, they do not excuse you from the
+ conditions of this License. If you cannot distribute so as
+ to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a
+ consequence you may not distribute the Program at all. For
+ example, if a patent license would not permit royalty-free
+ redistribution of the Program by all those who receive
+ copies directly or indirectly through you, then the only way
+ you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Program.
+
+ If any portion of this section is held invalid or
+ unenforceable under any particular circumstance, the balance
+ of the section is intended to apply and the section as a whole
+ is intended to apply in other circumstances.
+
+ It is not the purpose of this section to induce you to
+ infringe any patents or other property right claims or to
+ contest validity of any such claims; this section has the sole
+ purpose of protecting the integrity of the free software
+ distribution system, which is implemented by public license
+ practices. Many people have made generous contributions to
+ the wide range of software distributed through that system in
+ reliance on consistent application of that system; it is up to
+ the author/donor to decide if he or she is willing to
+ distribute software through any other system and a licensee
+ cannot impose that choice.
+
+ This section is intended to make thoroughly clear what is
+ believed to be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is
+ restricted in certain countries either by patents or by
+ copyrighted interfaces, the original copyright holder who
+ places the Program under this License may add an explicit
+ geographical distribution limitation excluding those
+ countries, so that distribution is permitted only in or
+ among countries not thus excluded. In such case, this
+ License incorporates the limitation as if written in the
+ body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or
+ new versions of the General Public License from time to
+ time. Such new versions will be similar in spirit to the
+ present version, but may differ in detail to address new
+ problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+ Program specifies a version number of this License which
+ applies to it and "any later version", you have the option of
+ following the terms and conditions either of that version or
+ of any later version published by the Free Software
+ Foundation. If the Program does not specify a version number
+ of this License, you may choose any version ever published by
+ the Free Software Foundation.
+
+ 10. If you wish to incorporate parts of the Program into
+ other free programs whose distribution conditions are
+ different, write to the author to ask for permission. For
+ software which is copyrighted by the Free Software
+ Foundation, write to the Free Software Foundation; we
+ sometimes make exceptions for this. Our decision will be
+ guided by the two goals of preserving the free status of all
+ derivatives of our free software and of promoting the
+ sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+ NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+ COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+ "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+ IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+ OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+ REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+ TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+ WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+ SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+ THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+ LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+ LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+ PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+ HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ Appendix: How to Apply These Terms to Your New
+ Programs
+
+ If you develop a new program, and you want it to be of the
+ greatest possible use to the public, the best way to achieve
+ this is to make it free software which everyone can
+ redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It
+ is safest to attach them to the start of each source file to
+ most effectively convey the exclusion of warranty; and each
+ file should have at least the "copyright" line and a pointer
+ to where the full notice is found.
+
+ [one line to give the program's name and a brief idea of
+ what it does.] Copyright (C) 19yy [name of author]
+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation;
+ either version 2 of the License, or (at your option) any
+ later version.
+
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
+ 02139, USA.
+
+ Also add information on how to contact you by electronic and
+ paper mail.
+
+ If the program is interactive, make it output a short notice
+ like this when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
+ type `show w'. This is free software, and you are welcome
+ to redistribute it under certain conditions; type `show c'
+ for details.
+
+ The hypothetical commands `show w' and `show c' should show
+ the appropriate parts of the General Public License. Of
+ course, the commands you use may be called something other
+ than `show w' and `show c'; they could even be mouse-clicks
+ or menu items--whatever suits your program.
+
+ You should also get your employer (if you work as a
+ programmer) or your school, if any, to sign a "copyright
+ disclaimer" for the program, if necessary. Here is a sample;
+ alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in
+ the program `Gnomovision' (which makes passes at compilers)
+ written by James Hacker.
+
+ [signature of Ty Coon], 1 April 1989 Ty Coon, President of
+ Vice
+
+This General Public License does not permit incorporating your
+program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to permit
+linking proprietary applications with the library. If this is
+what you want to do, use the GNU Library General Public
+License instead of this License.
diff --git a/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/initial.cgi b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/initial.cgi
new file mode 100644
index 0000000..67251b8
--- /dev/null
+++ b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/initial.cgi
@@ -0,0 +1,88 @@
+
+
+ FORM_TITLE
+ Welcome to the server manager
+
+
+
+ FRAMES_BODY
+
+
+ Welcome to SME Server, the leading Linux distribution for
+ small and medium enterprises. SME Server is brought to
+ you by Koozali Foundation, Inc.,
+ a non-profit corporation that exists to provide marketing and
+ legal support for SME Server.
+
+
+
+ SME Server is freely available under the GNU General Public
+ License and is only possible through the efforts of the SME
+ Server community. However, the availability and quality of SME
+ Server is dependent on meeting our expenses, such as hosting
+ costs, server hardware, etc.
+
+
+
+
+ As such, we ask for a donation to offset costs and fund
+ further development.
+
+
+
+ a) If you are a school, a church, a non-profit organisation or an
+ individual using SME for private purposes, we would ask that you make a
+ contribution within your means toward the costs associated with hosting,
+ maintenance and development.
+
+
+
+ b) If you are a company or an integrator and you are deploying SME in
+ the course of your work to generate revenue, we expect you to make a
+ donation commensurate with the level of revenue you generate and the
+ number of servers you have in the field. Please, help the project
+
+
+
+
+
+
+
+
+
+
+
+
+ This software comes with ABSOLUTELY NO WARRANTY.
+ Please click here
+ to view detailed support, warranty and licensing information.
+
+
+
+ To perform a system administration function, click one of the links in the menu on the left of your screen.
+
+ ]]>
+
+
+
+
+ NOFRAMES_BODY
+
+
+ Welcome to the SME
+ Server. This software comes with ABSOLUTELY NO WARRANTY. Please
+ click here
+ to view detailed support, warranty and licensing information.
+
+
+
+ Click here for a
+ list of system administration functions.
+
+ ]]>
+
+
+
diff --git a/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/online-manual b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/online-manual
new file mode 100644
index 0000000..edf1255
--- /dev/null
+++ b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/online-manual
@@ -0,0 +1,27 @@
+
+
+ FORM_TITLE
+ Online manual and other documentation
+
+
+ DESCRIPTION
+
+
+
+ Online manual
+
+ FAQs
+
+ Support and licensing
+ This software is released under the terms listed in the
+ Support and Licensing page.
+ ]]>
+
+
+
+ Online manual
+ Online manual
+
+
+
diff --git a/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/support b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/support
new file mode 100644
index 0000000..295208b
--- /dev/null
+++ b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/support
@@ -0,0 +1,10 @@
+
+
+ FORM_TITLE
+ Support, warranty and licensing information
+
+
+ Support and licensing
+ Support and licensing
+
+
diff --git a/root/etc/e-smith/templates.metadata/etc/issue.net b/root/etc/e-smith/templates.metadata/etc/issue.net
new file mode 100644
index 0000000..a26a997
--- /dev/null
+++ b/root/etc/e-smith/templates.metadata/etc/issue.net
@@ -0,0 +1 @@
+TEMPLATE_PATH="/etc/issue"
diff --git a/root/etc/e-smith/templates.metadata/etc/redhat-release b/root/etc/e-smith/templates.metadata/etc/redhat-release
new file mode 100644
index 0000000..b0e34eb
--- /dev/null
+++ b/root/etc/e-smith/templates.metadata/etc/redhat-release
@@ -0,0 +1 @@
+TEMPLATE_PATH="/etc/system-release"
diff --git a/root/etc/e-smith/templates/etc/crontab/statusreport b/root/etc/e-smith/templates/etc/crontab/statusreport
new file mode 100644
index 0000000..33322c1
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/crontab/statusreport
@@ -0,0 +1,11 @@
+{
+ return "# statusreport disabled"
+ unless ${statusreport}{status} eq 'enabled';
+
+ my $dow = ${statusreport}{DayOfWeek};
+ my $hour = ${statusreport}{Hour};
+ my $minute = ${statusreport}{Minute};
+
+ return "$minute $hour * * $dow root "
+ . q{ sleep $[ $RANDOM \\% 60 ]; /sbin/e-smith/statusreport };
+}
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/90contribs b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/90contribs
new file mode 100644
index 0000000..2cbea9e
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/90contribs
@@ -0,0 +1,45 @@
+{
+ $OUT =<<'HERE';
+/* contribs.org styling */
+body.header {
+background: #bee6a2;
+ }
+.hilightbar {
+background-color: #ffffff;
+ }
+.infobar {
+background-color: #98d36e;
+ }
+a.update {
+font-size: 11px;
+background: #98d36e;
+ }
+
+/* Core styles for use with sme_menu.css */
+body.menu {
+background-color: #e8f3e1;
+ }
+td.section {
+background-color: #e8f3e1;
+ }
+a.item {
+background: #e8f3e1;
+ }
+a.sl {
+background: #e8f3e1;
+ }
+a.alert {
+background: #e8f3e1;
+ }
+
+/* Core Styles for use with sme_main.css */
+hr.sectionbar {
+color: #8ebe43;
+background-color: #8ebe43;
+ }
+hr.sme-copyrightbar {
+color: #8ebe43;
+background-color: #8ebe43;
+ }
+HERE
+}
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/90contribs b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/90contribs
new file mode 100644
index 0000000..85252fd
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/90contribs
@@ -0,0 +1,31 @@
+{
+ $OUT =<<'HERE';
+
+/* general table cell properties */
+td {
+font-size: 4px;
+margin-bottom: 0px;
+ }
+.hilightbar {
+border-color: #8ebe43;
+ }
+.infobar {
+border-color: #8ebe43;
+background: #98d36e;
+border-color: #98d36e #98d36e #98d36e #98d36e;
+ }
+/* default class for links*/
+a:link, a:visited, a:hover, a:active {
+background: #98d36e;
+ }
+a:hover {
+background: #e8f3e1;
+ }
+a:active {
+background: #999999;
+ }
+a.update:hover {
+background: #e8f3e1;
+ }
+HERE
+}
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/90contribs b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/90contribs
new file mode 100644
index 0000000..8e5ec32
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/90contribs
@@ -0,0 +1,26 @@
+{
+ $OUT =<<'HERE';
+/* contribs.org styling */
+
+/* This special style is actually used only for the button row along the bottom of each page */
+th.sme-layout {
+border: 1px solid #8ebe43;
+background-color: #bee6a2;
+ }
+table.sme-border {
+border: 2px solid #dddddd;
+ }
+td.sme-border-warning,
+td.sme-border-right,
+td.sme-border-center {
+border: 1px solid #dddddd;
+ }
+td.sme-border-right {text-align: right;}
+td.sme-border-center {text-align: center;}
+th.sme-border {
+border: 1px solid #dddddd;
+background-color: #e8f3e1;
+ }
+HERE
+}
+
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/20ProductName b/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/20ProductName
new file mode 100644
index 0000000..da1a4b6
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/20ProductName
@@ -0,0 +1 @@
+ $OUT .= "SME Server $releaseVersion
";
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25CopyrightSMEServer b/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25CopyrightSMEServer
new file mode 100644
index 0000000..5bc85a2
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25CopyrightSMEServer
@@ -0,0 +1 @@
+
Copyright (c) ____COPYYEARS____ Koozali Foundation Inc.
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/20Title b/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/20Title
new file mode 100644
index 0000000..1562394
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/20Title
@@ -0,0 +1 @@
+SME Server { "$SystemName.$DomainName" }
diff --git a/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/40LogoRow b/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/40LogoRow
new file mode 100644
index 0000000..decbbe4
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/40LogoRow
@@ -0,0 +1,8 @@
+
+
+
+
+ |
+ |
+
+
diff --git a/root/etc/e-smith/templates/etc/issue/template-begin b/root/etc/e-smith/templates/etc/issue/template-begin
new file mode 100644
index 0000000..e69de29
diff --git a/root/etc/e-smith/templates/etc/motd/template-begin b/root/etc/e-smith/templates/etc/motd/template-begin
new file mode 100644
index 0000000..5643df9
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/motd/template-begin
@@ -0,0 +1,16 @@
+************ Welcome to SME Server {$sysconfig{ReleaseVersion}} *************
+
+Before editing configuration files, familiarise
+yourself with the automated events and templates
+systems.
+
+Please take the time to read the documentation
+https://wiki.koozali.org/Main_Page
+
+Remember that SME Server is free to download
+and use, but it is not free to build
+
+Please help the project :
+https://wiki.koozali.org/Donate
+
+****************************************************
diff --git a/root/etc/e-smith/templates/etc/os-release/10base b/root/etc/e-smith/templates/etc/os-release/10base
new file mode 100644
index 0000000..df13fda
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/os-release/10base
@@ -0,0 +1,15 @@
+NAME="Koozali SME Server"
+VERSION="{$sysconfig{ReleaseVersion}}"
+ID="koozali"
+ID_LIKE="rhel fedora centos"
+VERSION_ID="{$sysconfig{ReleaseVersion}}"
+PRETTY_NAME="Koozali SME Server {$sysconfig{ReleaseVersion}}"
+ANSI_COLOR="0;31"
+HOME_URL="https://koozali.org"
+BUG_REPORT_URL="https://bugs.koozali.org/"
+
+CENTOS_MANTISBT_PROJECT="CentOS-7"
+CENTOS_MANTISBT_PROJECT_VERSION="7"
+REDHAT_SUPPORT_PRODUCT="centos"
+REDHAT_SUPPORT_PRODUCT_VERSION="7"
+
diff --git a/root/etc/e-smith/templates/etc/sysconfig/hw-uuid/template-begin b/root/etc/e-smith/templates/etc/sysconfig/hw-uuid/template-begin
new file mode 100644
index 0000000..ad39a13
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/sysconfig/hw-uuid/template-begin
@@ -0,0 +1 @@
+{ use Data::UUID; $sysconfig{SystemID} || new Data::UUID->create_str }
diff --git a/root/etc/e-smith/templates/etc/system-release/template-begin b/root/etc/e-smith/templates/etc/system-release/template-begin
new file mode 100644
index 0000000..ad77891
--- /dev/null
+++ b/root/etc/e-smith/templates/etc/system-release/template-begin
@@ -0,0 +1 @@
+SME Server {$sysconfig{ReleaseVersion}}
diff --git a/root/etc/e-smith/web/common/btn_donateCC_LG.gif b/root/etc/e-smith/web/common/btn_donateCC_LG.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4700ced8c066bb1c4f057c4d4c6432d3c8c45c42
GIT binary patch
literal 3592
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
literal 0
HcmV?d00001
diff --git a/root/etc/e-smith/web/common/smeserver_login.jpg b/root/etc/e-smith/web/common/smeserver_login.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9b781125b1087301371c469f3c4419264b3f355c
GIT binary patch
literal 5508
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
XM&3X5Fybre|0jR{QIfoFeqR0$`1rY0
literal 0
HcmV?d00001
diff --git a/root/etc/e-smith/web/functions/support b/root/etc/e-smith/web/functions/support
new file mode 100644
index 0000000..4a70ae8
--- /dev/null
+++ b/root/etc/e-smith/web/functions/support
@@ -0,0 +1,58 @@
+#!/usr/bin/perl -wT
+
+#----------------------------------------------------------------------
+# heading : Miscellaneous
+# description : Support and licensing
+# navigation : 5000 5300
+#----------------------------------------------------------------------
+# copyright (C) 2002 Mitel Networks Corporation
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# Technical support for this program is available from Mitel Networks
+# Please visit our web site www.e-smith.com for details.
+#----------------------------------------------------------------------
+
+use strict;
+use CGI ':all';
+use CGI::Carp qw(fatalsToBrowser);
+use esmith::util;
+use esmith::FormMagick;
+
+my $panel = esmith::FormMagick->new();
+esmith::util::setRealToEffective();
+$panel->display();
+
+
+sub display_licenses
+{
+ my $self = shift;
+
+ print "\n";
+
+ foreach my $license (esmith::util::getLicenses($self->get_languages()))
+ {
+ print $license;
+ }
+ print " |
\n";
+ return '';
+}
+
+__DATA__
+
diff --git a/root/etc/e-smith/web/panels/manager/cgi-bin/.gitignore b/root/etc/e-smith/web/panels/manager/cgi-bin/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/root/sbin/e-smith/console-menu-items/support.pl b/root/sbin/e-smith/console-menu-items/support.pl
new file mode 100644
index 0000000..f943e5b
--- /dev/null
+++ b/root/sbin/e-smith/console-menu-items/support.pl
@@ -0,0 +1,44 @@
+package esmith::console::support;
+use strict;
+use warnings;
+use esmith::console;
+use Locale::gettext;
+
+sub new
+{
+ my $class = shift;
+ my $self = {
+ name => gettext('View support and licensing information'),
+ order => 60,
+ };
+ bless $self, $class;
+ return $self;
+}
+
+sub name
+{
+ return $_[0]->{name};
+}
+
+sub order
+{
+ return $_[0]->{order};
+}
+
+sub doit
+{
+ #------------------------------------------------------------
+ # SUPPORT:
+ #------------------------------------------------------------
+ my ($self, $console, $db) = @_;
+ my $licenseFile = esmith::util::getLicenseFile();
+ my ($rc, $choice) = $console->textbox
+ (
+ title => gettext('Support and licensing information'),
+ file => $licenseFile,
+ );
+ return;
+}
+
+return esmith::console::support->new;
+
diff --git a/root/sbin/e-smith/console-menu-items/testInternet.pl b/root/sbin/e-smith/console-menu-items/testInternet.pl
new file mode 100644
index 0000000..0c6ea7d
--- /dev/null
+++ b/root/sbin/e-smith/console-menu-items/testInternet.pl
@@ -0,0 +1,77 @@
+package esmith::console::testInternetAccess;
+
+use esmith::console;
+use Locale::gettext;
+
+sub new
+{
+ my $class = shift;
+ my $self = {
+ name => gettext("Test Internet access"),
+ order => 30,
+ };
+ bless $self, $class;
+ return $self;
+}
+
+sub name
+{
+ return $_[0]->{name};
+}
+
+sub order
+{
+ return $_[0]->{order};
+}
+
+sub doit
+{
+ my $console = new esmith::console;
+
+ ($rc, $choice) = $console->yesno_page
+ (
+ title => gettext("Test Internet access"),
+ text =>
+ gettext("After your Internet connection is operational and your server has been connected and configured, this test will verify that your server can communicate with the Internet.") .
+ "\n\n" .
+ gettext("As part of this test, two pieces of information will be sent to koozali.org - the version installed on your server and a string used to differentiate your server from others using this test. This string is generated by a one-way hash function and access to the string does not provide any information about your server.") .
+ "\n\n" .
+ gettext("We appreciate your assistance in sending this information so we can gain an accurate count of the installed servers.") .
+ "\n\n" .
+ gettext("Do you wish to run the test?"),
+ );
+
+ return unless ($rc == 0);
+
+ print '-' x 75 . "\n";
+ print gettext("Attempting to test Internet connection.") . "\n";
+ print gettext("If this test takes too long, please halt it by typing Ctrl-C.") . "\n";
+ print '-' x 75 . "\n";
+
+ if (system("/sbin/e-smith/statusreport") == 0)
+ {
+ ($rc, $choice) = $console->message_page
+ (
+ title => gettext("Internet connection successful"),
+ text =>
+ gettext("The test was successful! Your server was able to communicate with koozali.org."),
+ );
+ }
+ else
+ {
+ ($rc, $choice) = $console->message_page
+ (
+ title => gettext("Internet connection failed"),
+ text =>
+ gettext("The test failed. Your server was unable to establish contact with koozali.org via the Internet.") .
+ "\n\n" .
+ gettext("Please check that your server is correctly configured. A reboot may be required if certain settings are modified and the configuration process will advise you if this is required.") .
+ "\n\n" .
+ gettext("You might also want to check with your Internet provider to make sure that your Internet connection is working properly.") .
+ "\n\n" .
+ gettext("It is also possible (although unlikely) that there is a technical problem at the koozali.org site. In this case, you should proceed with your installation and run this test again later."),
+ );
+ }
+}
+
+new esmith::console::testInternetAccess;
diff --git a/root/sbin/e-smith/statusreport b/root/sbin/e-smith/statusreport
new file mode 100644
index 0000000..8625330
--- /dev/null
+++ b/root/sbin/e-smith/statusreport
@@ -0,0 +1,66 @@
+#!/usr/bin/perl
+#----------------------------------------------------------------------
+# statusreport
+# copyright (C) 1999-2006 Mitel Corporation
+# Copyright (C) 2006 Gordon Rowell
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License or more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#----------------------------------------------------------------------
+
+use strict;
+use warnings;
+
+use Locale::gettext;
+use LWP;
+use LWP::Protocol::https;
+use HTTP::Request::Common;
+use Digest::SHA1 qw(sha1_hex);
+
+use esmith::ConfigDB;
+my $db = esmith::ConfigDB->open_ro or die "Couldn't open ConfigDB\n";
+
+use constant SERVERTEST => 'https://www.koozali.org/servertest/';
+
+my $sysid_hash = sha1_hex($db->get_prop('sysconfig','SystemID'));
+
+my $url = SERVERTEST
+ . "?"
+ . "ReleaseVersion=" . $db->get_prop('sysconfig', 'ReleaseVersion')
+ . "&SystemIDHash=" . $sysid_hash
+ . "&CurrentEpoch=" . time
+ . "&InstallEpoch=" . $db->get_prop('sysconfig', 'InstallEpoch')
+ . "&SystemMode=" . $db->get_value('SystemMode');
+
+my $ua = LWP::UserAgent->new;
+
+#return add proxy arguments if appropriate
+if ($db->get_value('SquidParent'))
+{
+ my $parent = $db->get_value('SquidParent');
+ my $port = $db->get_value('SquidParentPort') || "3128";
+ $ua->proxy(['http', 'ftp'], "http://$parent:$port/");
+}
+
+my $response;
+
+eval {
+ local $SIG{INT} = sub {die 1};
+
+ $response = $ua->get($url);
+ };
+
+exit 0 if ($response->is_success);
+
+exit 1;
diff --git a/smeserver-support.spec b/smeserver-support.spec
new file mode 100644
index 0000000..54c1349
--- /dev/null
+++ b/smeserver-support.spec
@@ -0,0 +1,969 @@
+# $Id: smeserver-support.spec,v 1.25 2021/04/20 02:56:24 jpp Exp $
+%define copykooz 2013 - 2021
+Summary: SME Server module to display support and licensing information
+%define name smeserver-support
+Name: %{name}
+%define version 2.8.0
+%define release 21
+
+# These packages come from CentOS, but we need to use care when
+# updating them - either we've patched them, or we need to do something
+# prior to taking the update
+
+# TODO: check mkinitrd,mdadm to see if needed
+%define centos_excludes initscripts,libgsf
+%define centos_remove kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,openssl,samba,samba-client,samba-client-libs,samba-common,samba-common-libs,samba-common-tools,samba-libs,samba*,libsmbclient,libwbclient,libtevent,python-tevent
+
+Version: %{version}
+Release: %{release}%{?dist}
+License: GPL
+Group: Networking/Daemons
+Source: %{name}-%{version}.tar.xz
+
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
+BuildRequires: e-smith-devtools >= 1.7.5
+BuildArchitectures: noarch
+Provides: server-manager-images
+AutoReqProv: no
+
+# SME 10 requires these explicitly
+Requires: perl(LWP::Protocol::https)
+
+# New features that we want to pull in on upgrades
+Requires: screen
+Requires: smeserver-yum
+Requires: smeserver-clamav
+Requires: e-smith-spamassassin
+Requires: smeserver-audittools
+Requires: e-smith-formmagick >= 1.4.0-9
+
+# These packages weren't in 5.x, or were split from e-smith-base since then
+Requires: e-smith-domains
+Requires: e-smith-ibays
+Requires: e-smith-nutUPS
+Requires: e-smith-portforwarding
+Obsoletes: e-smith-starterwebsite
+
+# 5.x used bind for name resolution - we need to pull in djbdns
+Requires: e-smith-dnscache
+Requires: e-smith-tinydns
+
+Requires: e-smith-samba
+
+# Pull in locales so we have a smooth language upgrade [SF: 1309520]
+Requires: smeserver-locale-bg
+Requires: smeserver-locale-da
+Requires: smeserver-locale-de
+Requires: smeserver-locale-el
+Requires: smeserver-locale-es
+Requires: smeserver-locale-et
+Requires: smeserver-locale-fr
+Requires: smeserver-locale-he
+Requires: smeserver-locale-hu
+Requires: smeserver-locale-id
+Requires: smeserver-locale-it
+Requires: smeserver-locale-ja
+Requires: smeserver-locale-nb
+Requires: smeserver-locale-nl
+Requires: smeserver-locale-pl
+Requires: smeserver-locale-pt
+Requires: smeserver-locale-pt_BR
+Requires: smeserver-locale-ro
+Requires: smeserver-locale-ru
+Requires: smeserver-locale-sl
+Requires: smeserver-locale-sv
+Requires: smeserver-locale-th
+Requires: smeserver-locale-tr
+Requires: smeserver-locale-zh_CN
+Requires: smeserver-locale-zh_TW
+
+# This block used to be in the SMEServer RPM. Many are probably
+# redundant or should be elsewhere or removed
+# [SF: 1356225]
+Requires: attr
+Requires: audit
+Requires: dos2unix
+Requires: unix2dos
+Requires: dstat
+Requires: dvd+rw-tools
+Requires: elinks
+Requires: htop
+Requires: mkisofs
+Requires: mtr
+Requires: nano
+Requires: nc
+Requires: mc
+Requires: prelink
+Requires: psacct
+Requires: dmraid
+
+%changelog
+* Mon Jul 10 2023 cvs2git.sh aka Brian Read 2.8.0-21.sme
+- Roll up patches and move to git repo [SME: 12338]
+
+* Mon Jul 10 2023 BogusDateBot
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+
+* Mon Apr 19 2021 Jean-Philippe Pialasse 2.8.0-20.sme
+- fix copyright date and make it easier to update from spec file [SME: 11568]
+
+* Wed Apr 07 2021 Jean-Philippe Pialasse 2.8.0-19.sme
+- fix typo and wording [SME: 11535]
+
+* Fri Jan 08 2021 Jean-Philipe Pialasse 2.8.0-18.sme
+- add update event [SME: 11167]
+
+* Thu Nov 26 2020 Jean-Philipe Pialasse 2.8.0-17.sme
+- revert update of samba using upstream CentOS repo [SME: 11196]
+
+* Thu May 21 2020 Jean-Philipe Pialasse 2.8.0-16.sme
+- obsoletes e-smith-starterwebsite [SME: 8903]
+
+* Wed May 02 2018 Jean-Philipe Pialasse 2.8.0-15.sme
+- exclude libtevent,python-tevent from base and updates to avoid conflict with localy build version of samba [SME: 10573]
+
+* Sat Feb 10 2018 Jean-Philipe Pialasse 2.8.0-14.sme
+- add back perl(LWP::Protocol::https) support [SME: 10516]
+
+* Mon Sep 25 2017 Jean-Philipe Pialasse 2.8.0-13.sme
+- upstream samba packages were not all excluded [SME: 10428]
+
+* Mon Mar 20 2017 Jean-Philipe Pialasse 2.8.0-12.sme
+- exclude samba from centos repo as we have our own with DC support [SME: 10155]
+
+* Fri Mar 03 2017 Jean-Philipe Pialasse 2.8.0-11.sme
+- improving link to donation [SME: 9598]
+
+* Tue Jul 19 2016 Jean-Philipe Pialasse 2.8.0-10.sme
+- fix hover color [SME: 9676]
+
+* Tue Jul 19 2016 Jean-Philipe Pialasse 2.8.0-9.sme
+- Koozali branding of manager [SME: 9676]
+- new images in archive; removed old images from cvs
+- updated some css smeserver-support-2.8.0-koozali_manager.patch
+
+* Wed Jun 15 2016 Jean-Philipe Pialasse 2.8.0-8.sme
+- reverting partly the changes in last patch [SME: 9598]
+- wrong catch of proxy related url with the http to https changes
+- thank to Charlie Brady for reporting
+- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
+ by assuming the date is correct and changing the weekday.
+ Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
+ Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
+ Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
+ Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
+ Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
+ Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
+
+* Wed Jun 15 2016 Jean-Philipe Pialasse 2.8.0-7.sme
+- update links to koozali.org [SME: 9598]
+
+* Tue Jun 14 2016 stephane de Labrusse 2.8.0-6.sme
+- Template of os-release [SME: 9580]
+
+* Thu May 12 2016 Daniel Berteaud 2.8.0-5.sme
+- Rebuild for [SME: 9393]
+
+* Mon Apr 11 2016 Daniel Berteaud 2.8.0-4.sme
+- Remove smolt service link and service entry [SME: 9420]
+
+* Mon Mar 14 2016 Daniel Berteaud 2.8.0-3.sme
+- Don't require smolt anymore [SME: 9287]
+
+* Thu Mar 3 2016 Daniel Berteaud 2.8.0-2.sme
+- Update copyright in server-manager footer [SME: 9269]
+
+* Sat Feb 06 2016 stephane de Labrusse 2.8.0-1.sme
+- Initial release to sme10
+
+* Wed Jan 20 2016 Daniel Berteaud 2.6.0-6.sme
+- Don't put motd content in /etc/redhat-release [SME: 9161]
+
+* Fri Sep 25 2015 stephane de Labrusse 2.6.0-5.sme
+- created a template for /etc/system-release [SME: 8939]
+- Added smeserver-support-2.6.0.bz8939.system-release-template.patch
+
+* Thu Jun 25 2015 stephane de Labrusse 2.6.0-4.sme
+- added a motd message to increase involvements or donations [SME: 8939]
+- Code done by John Crisp and
+- Stefano Zamboni
+
+* Sat Nov 1 2014 Daniel Berteaud 2.6.0-3.sme
+- Remove now uneeded obsolete directives [SME: 8400]
+
+* Wed Sep 10 2014 Daniel Berteaud 2.6.0-2.sme
+- Remove openssl from the Exclude list of centos repo [SME: 8530]
+
+* Sun Mar 23 2014 Ian Wells 2.6.0-1.sme
+- Roll new stream to remove obsolete images [SME: 7962]
+
+* Sun Mar 16 2014 Ian Wells 2.4.0-21.sme
+- Move support.pl from e-smith-base to smeserver-support [SME: 8264]
+- This console license page now uses dialog's textbox.
+
+* Sat Nov 2 2013 Ian Wells 2.4.0-20.sme
+- Update footer copyright [SME: 7961]
+
+* Sat Nov 2 2013 Ian Wells 2.4.0-19.sme
+- Renew full copyright text, by Greg Zartman [SME: 7942]
+
+* Fri Oct 11 2013 Ian Wells 2.4.0-18.sme
+- Renew donation text, by John Crisp [SME: 7896]
+
+* Fri Oct 11 2013 Ian Wells 2.4.0-17.sme
+- Add donation graphic, by John Crisp [SME: 7897]
+
+* Sun May 05 2013 Ian Wells 2.4.0-16.sme
+- Fix /etc/system-release [SME: 7476]
+
+* Sat Mar 16 2013 Shad L. Lords 2.4.0-15.sme
+- Fix libgomp obsoletes to not obsolete el6 version [SME: 7481]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-14.sme
+- Hopefully last set of el5 obsoletes [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-13.sme
+- Even more el5 package dependencies removed [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-12.sme
+- Another el5 package dependency removed [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-11.sme
+- Revert perl Bzip2 compress modules [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-10.sme
+- Obsolete el5 version of old el5 dependencies [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-9.sme
+- Fix Obsolete el5 version of aspell [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-8.sme
+- Obsolete el5 version of aspell [SME: 7273]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-7.sme
+- Obsolete el5 version of sysklogd [SME: 7413]
+
+* Mon Mar 11 2013 Shad L. Lords 2.4.0-6.sme
+- Obsolete el5 version of some pacakges [SME: 7273]
+
+* Fri Feb 8 2013 Shad L. Lords 2.4.0-5.sme
+- Remove system-config-keyboard and selinux-policy-targeted so installer builds correctly
+
+* Thu Feb 7 2013 Ian Wells 2.4.0-4.sme
+- Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]
+
+* Sun Feb 03 2013 Shad L. Lords 2.4.0-3.sme
+ Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
+- Obsolete python-ctypes so upgrades will work [SME: 7273]
+
+* Sun Feb 03 2013 Shad L. Lords 2.4.0-2.sme
+ Sat Feb 03 2013 --> Sat Feb 02 2013 or Sun Feb 03 2013 or Sat Feb 09 2013 or ....
+- Obsolete kudzu so upgrades will work [SME: 7273]
+
+* Thu Jan 31 2013 Shad L. Lords 2.4.0-1.sme
+- Roll new stream for sme9
+
+* Tue Jan 24 2012 Jonathan Martens 2.2.0-21.sme
+- Obsolete smeserver-php5-cgi [SME: 6652]
+
+* Thu Jan 19 2012 Jonathan Martens 2.2.0-20.sme
+- Obsolete php-mcrypt [SME: 6814]
+
+* Wed Sep 28 2011 Jonathan Martens 2.2.0-19.sme
+- Remove php5 property for ibays [SME: 6652]
+
+* Tue Jul 13 2010 Shad L. Lords - 2.2.0-18.sme
+- Add support for Chinese (Taiwan) (zh_TW). [SME: 6106]
+
+* Tue Jun 29 2010 Charlie Brady 2.2.0-17.sme
+- Add Obsoletes for php5-cgi-{imap,ldap,mysql,pear,xmlrpc}. [SME: 6089]
+
+* Mon Jun 28 2010 Charlie Brady 2.2.0-16.sme
+- Add Obsoletes for php5-cgi. [SME: 6089]
+
+* Tue May 25 2010 Shad L. Lords - 2.2.0-15.sme
+- Add support for Hebrew (he). [SME: 5971]
+
+* Mon May 17 2010 Shad L. Lords 2.2.0-14.sme
+- Add migrate fragment for centos excludes [SME: 5960]
+
+* Mon May 17 2010 Jonathan Martens 2.2.0-13.sme
+- Reverting previous change [SME: 5962]
+
+* Mon May 17 2010 Jonathan Martens 2.2.0-12.sme
+- Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]
+
+* Wed Dec 9 2009 Charlie Brady 2.2.0-11.sme
+- Fix css validation errors. [SME: 5656]
+
+* Tue Oct 27 2009 Shad L. Lords 2.2.0-10.sme
+- Add support for Polish (pl). [SME: 5434]
+- Add support for Thai (th). [SME: 5466]
+
+* Mon Oct 26 2009 Shad L. Lords 2.2.0-9.sme
+- obsoletes fonts-xorg-base to prevent dragging in unneeded
+ packages [SME: 5535]
+
+* Mon Oct 26 2009 Shad L. Lords 2.2.0-8.sme
+- add VFlib2 to obsoletes list so upgrades work [SME: 5532]
+
+* Mon Aug 03 2009 Gavin Weight 2.2.0-7.sme
+- Add Obsoletes for kernel modules. [SME: 5386]
+
+* Wed May 27 2009 Shad L. Lords 2.2.0-6.sme
+- Add support for Romanian (ro). [SME: 5268]
+
+* Wed May 13 2009 Filippo Carletti 2.2.0-5
+- Obsoletes: rkhunter to remove from default install [SME: 5172]
+
+* Wed Apr 29 2009 Gavin Weight 2.2.0-4.sme
+- Add support for Estonian (et). [SME: 5203]
+
+* Tue Mar 3 2009 Shad L. Lords 2.2.0-3.sme
+- Add support for Norwegian Bokmal (nb) [SME: 5002 ]
+- Add support for Russian (ru) [SME: 5002]
+- Add support for Chinese China (zh_CN) [SME: 5002]
+
+* Mon Oct 13 2008 Shad L. Lords 2.2.0-2.sme
+- Add support for Japanese (ja) [SME: 4637]
+
+* Tue Oct 7 2008 Shad L. Lords 2.2.0-1.sme
+- Roll new stream to separate sme7/sme8 trees [SME: 4633]
+
+* Tue Oct 7 2008 Shad L. Lords 1.6.0-53
+- Update excludes for sme8 [SME: 4507]
+
+* Thu Aug 7 2008 Charlie Brady 1.6.0-52
+- Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466]
+
+* Sat Jul 26 2008 Shad L. Lords 1.6.0-51
+- Add support for Bulgarian (bg) [SME: 4337]
+- Re-add support for Portuguese (pt) [SME: 4006]
+- Add support for Turkish (tr) [SME: 4443]
+
+* Tue Mar 18 2008 Shad L. Lords 1.6.0-50
+- Add gettext to console titles.
+
+* Tue Mar 18 2008 Shad L. Lords 1.6.0-49
+- Fix support for Portuguese (pt_BR) [SME: 4006]
+
+* Wed Mar 12 2008 Shad L. Lords 1.6.0-48
+- Add support for Hungarian (hu) [SME: 4025]
+
+* Fri Mar 07 2008 Stephen Noble 1.6.0-47
+ Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
+- gettext Internet connection failed [SME: 631]
+
+* Sat Mar 1 2008 Shad L. Lords 1.6.0-46
+- Add support for Danish (da) [SME: 4006]
+- Add support for Dutch (nl) [SME: 4006]
+- Add support for Greek (el) [SME: 4006]
+- Add support for Indonesian (id) [SME: 4006]
+- Add support for Portuguese (pt) [SME: 4006]
+- Add support for Slovenian (sl) [SME: 4006]
+
+* Wed Feb 13 2008 Stephen Noble 1.6.0-45
+- Remove tags now in general [SME: 3928]
+
+* Sat Feb 09 2008 Stephen Noble 1.6.0-44
+- move support lexicon [SME: 3878]
+
+* Fri Jan 11 2008 Shad L. Lords 1.6.0-43
+- Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
+
+* Fri Jan 11 2008 Stephen Noble 1.6.0-42
+- Add Obsolete check4updates [SME: 3250]
+
+* Mon Jan 7 2008 Gavin Weight 1.6.0-41
+- Remove check4updates requires line. [SME: 3250]
+
+* Fri Sep 7 2007 Shad L. Lords 1.6.0-40
+- Update obsoletes for sme8 [SME: 2437]
+
+* Tue Jul 3 2007 Shad L. Lords 1.6.0-39
+- Remove yum-metadata-parser under sme8.
+
+* Wed Jun 6 2007 Shad L. Lords 1.6.0-38
+- Add smolt service for hardware profiling.
+
+* Wed May 9 2007 Shad L. Lords 1.6.0-37
+- Updates to support SME Server 8
+
+* Sun Apr 29 2007 Shad L. Lords
+- Clean up spec so package can be built by koji/plague
+
+* Sun Apr 29 2007 Shad L. Lords 1.6.0-36
+- Change to dist for tagging release
+- Remove ipp2p support. [SME: 38]
+
+* Mon Apr 09 2007 Stephen Noble 1.6.0-35
+- Add Obsoletes and Conflicts for old dungog contribs [SME: 1295]
+
+* Sun Feb 18 2007 Shad L. Lords 1.6.0-34
+- Add sv locale so language files get pulled in [SME: 911]
+
+* Sun Feb 18 2007 Shad L. Lords 1.6.0-33
+- Add ipp2p package (disabled) to block p2p traffic [SME: 38]
+
+* Mon Feb 12 2007 Stephen Noble 1.6.0-32
+- Add Obsoletes header to remove smeserver-userpanel <=0.9-9 [SME: 2427]
+
+* Sat Jan 27 2007 Gordon Rowell 1.6.0-31
+- Change base and updates Exclude definitions to defaults files [SME: 2384]
+
+* Sat Jan 27 2007 Gordon Rowell 1.6.0-30
+- Fix generation of base and updates Exclude definitions [SME: 2384]
+
+* Fri Jan 05 2007 Shad L. Lords 1.6.0-29
+- Add requires for check4updates. It was split from atrpms.
+
+* Tue Dec 12 2006 Shad L. Lords 1.6.0-28
+- Undo ntp obsoletes. Breaks yum upgrades.
+
+* Thu Dec 07 2006 Shad L. Lords
+- Update to new release naming. No functional changes.
+- Make Packager generic
+
+* Sat Dec 02 2006 Shad L. Lords 1.6.0-27
+- Obsolete our version of ntp so we pull correct upstream version
+
+* Sat Dec 02 2006 Shad L. Lords 1.6.0-26
+- Update requires to reflect new kernel module format
+
+* Wed Nov 22 2006 Gordon Rowell 1.6.0-25
+- Remove requires for smeserver-qpsmtpds-tnef2mime after merge [SME: 2087]
+
+* Sat Nov 18 2006 Shad L. Lords 1.6.0-24
+- Remove CentOS markings from motd, redhat-release to fix
+ branding of kernels in grub.conf and startup screens [SME: 1996]
+
+* Tue Nov 14 2006 Gordon Rowell 1.6.0-23
+- Revert last change - the packages can be removed manually [SME: 2062]
+
+* Tue Nov 14 2006 Gordon Rowell 1.6.0-22
+- Obsolete samba-3.0.23c-1 and friends [SME: 2062]
+
+* Fri Sep 8 2006 Gordon Rowell 1.6.0-21
+- Add centos_exclude define and use it to auto-generate Exclude
+ property for CentOS yum repositories [SME: 1849]
+
+* Sun Jul 16 2006 Gavin Weight 1.6.0-20
+- Changed css style to match logo background. [SME: 1558]
+
+* Fri Jun 30 2006 Gordon Rowell 1.6.0-19
+- Change donate link to www.smeserver.org/donate/ [SME: 1668]
+
+* Fri Jun 30 2006 Gordon Rowell 1.6.0-18
+- Change new window target to _blank rather than "new" [SME: 1613]
+
+* Thu Jun 29 2006 Gavin Weight 1.6.0-17
+- Modified text on server-manager front screen. [SME: 1613]
+
+* Wed Jun 28 2006 Gordon Rowell 1.6.0-16
+- Expand text on server-manager front screen [SME: 1613]
+- Add Copyright 2006 SME Server, Inc to footer
+
+* Fri Jun 9 2006 Gordon Rowell 1.6.0-15
+- Add GIF format logo [SME: 1558]
+
+* Thu Jun 8 2006 Gordon Rowell 1.6.0-14
+- Update server-manager logo [SME: 1558]
+
+* Wed May 31 2006 Charlie Brady 1.6.0-13
+- Escape percent char in crontab template. [SME: 1497]
+
+* Wed May 31 2006 Gordon Rowell 1.6.0-12
+- Obsolete yum-1.0.3-6.0.7.x.esmith [SME: 1418]
+
+* Wed May 31 2006 Gordon Rowell 1.6.0-11
+- Updated SME Server logo [SME: 1512]
+
+* Fri May 26 2006 Gordon Rowell 1.6.0-10
+- Sleep 0..59 seconds when calling statusreport from cron [SME: 1497]
+
+* Tue May 23 2006 Gavin Weight 1.6.0-09
+- Add Obsoletes for perl-File-MMagic. [SME: 1436]
+
+* Tue May 23 2006 Gordon Rowell 1.6.0-08
+ Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
+- Don't bother printing LWP error [SME: 1314]
+
+* Tue May 23 2006 Gordon Rowell 1.6.0-07
+ Thu May 23 2006 --> Thu May 18 2006 or Tue May 23 2006 or Thu May 25 2006 or ....
+- Add weekly status report.
+- Only the following information is passed in the status report:
+ - ReleaseVersion (e.g. 7.0rc2)
+ - SystemMode (e.g. servergateway)
+ - SystemIDHash (Unique id - SHA1 hash of the SystemID)
+ - InstallEpoch (time of system install)
+ - CurrentEpoch (time of this test)
+- Refactor testInternet to use new script
+- [SME: 1314]
+
+* Wed Apr 19 2006 Charlie Brady 1.6.0-06
+- Add Obsoletes and Conflicts headers for dungog vdomain contribs.
+ [SME: 1283]
+
+* Thu Apr 6 2006 Gavin Weight 1.6.0-05
+- Changed links to online-manual now at contribs.org . [SME: 1079]
+
+* Wed Apr 5 2006 Gordon Rowell 1.6.0-04
+- Add dependency on smeserver-audittools [SME: 762]
+
+* Tue Mar 28 2006 Gordon Rowell 1.6.0-03
+- Bump CentOS release to 4.3 [SME: 1151]
+
+* Tue Mar 28 2006 Gordon Rowell