initial commit of file from CVS for smeserver-support on Mon 10 Jul 08:43:33 BST 2023

master 2.8.0
Brian Read 10 months ago
parent f3dcd239bb
commit 56eab664a2

4
.gitignore vendored

@ -0,0 +1,4 @@
*.rpm
*.log
*spec-20*
*.tar.xz

@ -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)

@ -1,3 +1,20 @@
# smeserver-support
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-support
SMEServer Koozali developed git repo for smeserver-support smeserver
SMEServer Koozali developed git repo for smeserver-support smeserver
## Wiki
<br />https://wiki.koozali.org/Commercial_Support
<br />https://wiki.koozali.org/Windows_7_Support
<br />https://wiki.koozali.org/Windows_8_Support
<br />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
<br />*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*
<br />
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.

@ -0,0 +1 @@
sme10

@ -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));

@ -0,0 +1,3 @@
{
$_->delete_prop('php5') foreach $DB->ibays();
}

@ -0,0 +1,7 @@
{
my $sysconfig = $DB->get('sysconfig')
|| $DB->new_record('sysconfig', { type => 'configuration' });
$sysconfig->prop('InstallEpoch')
|| $sysconfig->set_prop('InstallEpoch', time);
}

@ -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);
}

@ -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');
}
}
}

@ -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.

@ -0,0 +1,88 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans>Welcome to the server manager</trans>
</entry>
<entry>
<base>FRAMES_BODY</base>
<trans>
<![CDATA[
<p>
Welcome to SME Server, the leading Linux distribution for
small and medium enterprises. SME Server is brought to
you by <A HREF="https://www.koozali.org/" TARGET="_blank">Koozali Foundation, Inc.</A>,
a non-profit corporation that exists to provide marketing and
legal support for SME Server.
</p>
<p>
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.
</p>
<p>
As such, we ask for a donation to offset costs and fund
further development.
</p>
<p>
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.
</p>
<p>
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
</p>
<br>
<p>
<a href="https://wiki.koozali.org/Donate" target="_blank">
<img src="/server-common/btn_donateCC_LG.gif" alt="https://wiki.koozali.org/Donate"
align="middle"></a>
</p>
<br>
<p>
This software comes with ABSOLUTELY NO WARRANTY.
Please <A HREF="/server-manager/support/" TARGET="main">click here</A>
to view detailed support, warranty and licensing information.
</p>
<p>
To perform a system administration function, click one of the links in the menu on the left of your screen.
</p>
]]>
</trans>
</entry>
<entry>
<base>NOFRAMES_BODY</base>
<trans>
<![CDATA[
<p>
Welcome to the SME
Server. This software comes with ABSOLUTELY NO WARRANTY. Please
<A HREF="/server-manager/support/" TARGET="main">click here</A>
to view detailed support, warranty and licensing information.
</p>
<p>
<A HREF="/server-manager/noframes">Click here</A> for a
list of system administration functions.
</p>
]]>
</trans>
</entry>
</lexicon>

@ -0,0 +1,27 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans>Online manual and other documentation</trans>
</entry>
<entry>
<base>DESCRIPTION</base>
<trans>
<![CDATA[
<ul>
<li><a target="new" href="https://wiki.koozali.org/documentation/manual/">
Online manual</a>
<li><a target="new" href="https://wiki.koozali.org/documentation/FAQ/">
FAQs</a>
</ul>
<H2>Support and licensing</H2>
This software is released under the terms listed in the <a href="/server-manager/cgi-bin/support">
Support and Licensing</a> page.
]]>
</trans>
</entry>
<entry>
<base>Online manual</base>
<trans>Online manual</trans>
</entry>
</lexicon>

@ -0,0 +1,10 @@
<lexicon lang="en-us">
<entry>
<base>FORM_TITLE</base>
<trans>Support, warranty and licensing information</trans>
</entry>
<entry>
<base>Support and licensing</base>
<trans>Support and licensing</trans>
</entry>
</lexicon>

@ -0,0 +1 @@
TEMPLATE_PATH="/etc/system-release"

@ -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 };
}

@ -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
}

@ -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
}

@ -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
}

@ -0,0 +1 @@
<BR>Copyright (c) ____COPYYEARS____ Koozali Foundation Inc.<BR>

@ -0,0 +1 @@
<title>SME Server { "$SystemName.$DomainName" }</title>

@ -0,0 +1,8 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<img src="/server-common/smeserver_logo.jpg" height="40" alt="SME Server">
</td>
<td valign="middle" align="right" width="100%"></td>
</tr>
</table>

@ -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
****************************************************

@ -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"

@ -0,0 +1 @@
{ use Data::UUID; $sysconfig{SystemID} || new Data::UUID->create_str }

@ -0,0 +1 @@
SME Server {$sysconfig{ReleaseVersion}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@ -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 "<TR><TD><PRE>\n";
foreach my $license (esmith::util::getLicenses($self->get_languages()))
{
print $license;
}
print "</PRE></TD></TR>\n";
return '';
}
__DATA__
<form title="FORM_TITLE" header="/etc/e-smith/web/common/head.tmpl" footer="/etc/e-smith/web/common/foot.tmpl" >
<page name="Initial" pre-event="turn_off_buttons()">
<subroutine src="display_licenses()"/>
</page>
</form>

@ -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;

@ -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;

@ -0,0 +1,66 @@
#!/usr/bin/perl
#----------------------------------------------------------------------
# statusreport
# copyright (C) 1999-2006 Mitel Corporation
# Copyright (C) 2006 Gordon Rowell <gordonr@gormand.com.au>
#
# 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;

@ -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 <brianr@koozali.org> 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 <tests@pialasse.com> 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 <tests@pialasse.com> 2.8.0-19.sme
- fix typo and wording [SME: 11535]
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
- add update event [SME: 11167]
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
- revert update of samba using upstream CentOS repo [SME: 11196]
* Thu May 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-16.sme
- obsoletes e-smith-starterwebsite [SME: 8903]
* Wed May 02 2018 Jean-Philipe Pialasse <tests@pialasse.com> 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 <tests@pialasse.com> 2.8.0-14.sme
- add back perl(LWP::Protocol::https) support [SME: 10516]
* Mon Sep 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
- upstream samba packages were not all excluded [SME: 10428]
* Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 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 <tests@pialasse.com> 2.8.0-11.sme
- improving link to donation [SME: 9598]
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-10.sme
- fix hover color [SME: 9676]
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 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 <tests@pialasse.com> 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 <tests@pialasse.com> 2.8.0-7.sme
- update links to koozali.org [SME: 9598]
* Tue Jun 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-6.sme
- Template of os-release [SME: 9580]
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-5.sme
- Rebuild for [SME: 9393]
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-4.sme
- Remove smolt service link and service entry [SME: 9420]
* Mon Mar 14 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-3.sme
- Don't require smolt anymore [SME: 9287]
* Thu Mar 3 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-2.sme
- Update copyright in server-manager footer [SME: 9269]
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme
- Initial release to sme10
* Wed Jan 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
- Don't put motd content in /etc/redhat-release [SME: 9161]
* Fri Sep 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 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 <stephdl@de-labrusse.fr> 2.6.0-4.sme
- added a motd message to increase involvements or donations [SME: 8939]
- Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
- Stefano Zamboni <zamboni@mind-at-work.it>
* Sat Nov 1 2014 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
- Remove now uneeded obsolete directives [SME: 8400]
* Wed Sep 10 2014 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
- Remove openssl from the Exclude list of centos repo [SME: 8530]
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> 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 <esmith@wellsi.com> 2.4.0-20.sme
- Update footer copyright [SME: 7961]
* Sat Nov 2 2013 Ian Wells <esmith@wellsi.com> 2.4.0-19.sme
- Renew full copyright text, by Greg Zartman [SME: 7942]
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme
- Renew donation text, by John Crisp [SME: 7896]
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme
- Add donation graphic, by John Crisp [SME: 7897]
* Sun May 05 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme
- Fix /etc/system-release [SME: 7476]
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 2.4.0-15.sme
- Fix libgomp obsoletes to not obsolete el6 version [SME: 7481]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-14.sme
- Hopefully last set of el5 obsoletes [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-13.sme
- Even more el5 package dependencies removed [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-12.sme
- Another el5 package dependency removed [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-11.sme
- Revert perl Bzip2 compress modules [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-10.sme
- Obsolete el5 version of old el5 dependencies [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-9.sme
- Fix Obsolete el5 version of aspell [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-8.sme
- Obsolete el5 version of aspell [SME: 7273]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-7.sme
- Obsolete el5 version of sysklogd [SME: 7413]
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
- Obsolete el5 version of some pacakges [SME: 7273]
* Fri Feb 8 2013 Shad L. Lords <slords@mail.com> 2.4.0-5.sme
- Remove system-config-keyboard and selinux-policy-targeted so installer builds correctly
* Thu Feb 7 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
- Obsolete only older php-mcrypt versions <= 5.3 [SME: 7320]
* Sun Feb 03 2013 Shad L. Lords <slords@mail.com> 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 <slords@mail.com> 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 <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9
* Tue Jan 24 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-21.sme
- Obsolete smeserver-php5-cgi [SME: 6652]
* Thu Jan 19 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-20.sme
- Obsolete php-mcrypt [SME: 6814]
* Wed Sep 28 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
- Remove php5 property for ibays [SME: 6652]
* Tue Jul 13 2010 Shad L. Lords <slords@mail.com> - 2.2.0-18.sme
- Add support for Chinese (Taiwan) (zh_TW). [SME: 6106]
* Tue Jun 29 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-17.sme
- Add Obsoletes for php5-cgi-{imap,ldap,mysql,pear,xmlrpc}. [SME: 6089]
* Mon Jun 28 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-16.sme
- Add Obsoletes for php5-cgi. [SME: 6089]
* Tue May 25 2010 Shad L. Lords <slords@mail.com> - 2.2.0-15.sme
- Add support for Hebrew (he). [SME: 5971]
* Mon May 17 2010 Shad L. Lords <slords@mail.com> 2.2.0-14.sme
- Add migrate fragment for centos excludes [SME: 5960]
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
- Reverting previous change [SME: 5962]
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme
- Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-11.sme
- Fix css validation errors. [SME: 5656]
* Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 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 <slords@mail.com> 2.2.0-9.sme
- obsoletes fonts-xorg-base to prevent dragging in unneeded
packages [SME: 5535]
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
- add VFlib2 to obsoletes list so upgrades work [SME: 5532]
* Mon Aug 03 2009 Gavin Weight <gweight@gmail.com> 2.2.0-7.sme
- Add Obsoletes for kernel modules. [SME: 5386]
* Wed May 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
- Add support for Romanian (ro). [SME: 5268]
* Wed May 13 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-5
- Obsoletes: rkhunter to remove from default install [SME: 5172]
* Wed Apr 29 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4.sme
- Add support for Estonian (et). [SME: 5203]
* Tue Mar 3 2009 Shad L. Lords <slords@mail.com> 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 <slords@mail.com> 2.2.0-2.sme
- Add support for Japanese (ja) [SME: 4637]
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
- Roll new stream to separate sme7/sme8 trees [SME: 4633]
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.6.0-53
- Update excludes for sme8 [SME: 4507]
* Thu Aug 7 2008 Charlie Brady <charlieb@e-smith.com> 1.6.0-52
- Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466]
* Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 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 <slords@mail.com> 1.6.0-50
- Add gettext to console titles.
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49
- Fix support for Portuguese (pt_BR) [SME: 4006]
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
- Add support for Hungarian (hu) [SME: 4025]
* Fri Mar 07 2008 Stephen Noble <support@dungog.net> 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 <slords@mail.com> 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 <support@dungog.net> 1.6.0-45
- Remove <base> tags now in general [SME: 3928]
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44
- move support lexicon [SME: 3878]
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.6.0-43
- Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
* Fri Jan 11 2008 Stephen Noble <support@dungog.net> 1.6.0-42
- Add Obsolete check4updates [SME: 3250]
* Mon Jan 7 2008 Gavin Weight <gweight@gmail.com> 1.6.0-41
- Remove check4updates requires line. [SME: 3250]
* Fri Sep 7 2007 Shad L. Lords <slords@mail.com> 1.6.0-40
- Update obsoletes for sme8 [SME: 2437]
* Tue Jul 3 2007 Shad L. Lords <slords@mail.com> 1.6.0-39
- Remove yum-metadata-parser under sme8.
* Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.6.0-38
- Add smolt service for hardware profiling.
* Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.6.0-37
- Updates to support SME Server 8
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
- Clean up spec so package can be built by koji/plague
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 1.6.0-36
- Change to dist for tagging release
- Remove ipp2p support. [SME: 38]
* Mon Apr 09 2007 Stephen Noble <support@dungog.net> 1.6.0-35
- Add Obsoletes and Conflicts for old dungog contribs [SME: 1295]
* Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.6.0-34
- Add sv locale so language files get pulled in [SME: 911]
* Sun Feb 18 2007 Shad L. Lords <slords@mail.com> 1.6.0-33
- Add ipp2p package (disabled) to block p2p traffic [SME: 38]
* Mon Feb 12 2007 Stephen Noble <support@dungog.net> 1.6.0-32
- Add Obsoletes header to remove smeserver-userpanel <=0.9-9 [SME: 2427]
* Sat Jan 27 2007 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-31
- Change base and updates Exclude definitions to defaults files [SME: 2384]
* Sat Jan 27 2007 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-30
- Fix generation of base and updates Exclude definitions [SME: 2384]
* Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.6.0-29
- Add requires for check4updates. It was split from atrpms.
* Tue Dec 12 2006 Shad L. Lords <slords@mail.com> 1.6.0-28
- Undo ntp obsoletes. Breaks yum upgrades.
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
- Update to new release naming. No functional changes.
- Make Packager generic
* Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.6.0-27
- Obsolete our version of ntp so we pull correct upstream version
* Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.6.0-26
- Update requires to reflect new kernel module format
* Wed Nov 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-25
- Remove requires for smeserver-qpsmtpds-tnef2mime after merge [SME: 2087]
* Sat Nov 18 2006 Shad L. Lords <slords@mail.com> 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 <gordonr@gormand.com.au> 1.6.0-23
- Revert last change - the packages can be removed manually [SME: 2062]
* Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-22
- Obsolete samba-3.0.23c-1 and friends [SME: 2062]
* Fri Sep 8 2006 Gordon Rowell <gordonr@gormand.com.au> 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 <gweight@gmail.com> 1.6.0-20
- Changed css style to match logo background. [SME: 1558]
* Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-19
- Change donate link to www.smeserver.org/donate/ [SME: 1668]
* Fri Jun 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-18
- Change new window target to _blank rather than "new" [SME: 1613]
* Thu Jun 29 2006 Gavin Weight <gweight@gmail.com> 1.6.0-17
- Modified text on server-manager front screen. [SME: 1613]
* Wed Jun 28 2006 Gordon Rowell <gordonr@gormand.com.au> 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 <gordonr@gormand.com.au> 1.6.0-15
- Add GIF format logo [SME: 1558]
* Thu Jun 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-14
- Update server-manager logo [SME: 1558]
* Wed May 31 2006 Charlie Brady <charlie_brady@mitel.com> 1.6.0-13
- Escape percent char in crontab template. [SME: 1497]
* Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-12
- Obsolete yum-1.0.3-6.0.7.x.esmith [SME: 1418]
* Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-11
- Updated SME Server logo [SME: 1512]
* Fri May 26 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-10
- Sleep 0..59 seconds when calling statusreport from cron [SME: 1497]
* Tue May 23 2006 Gavin Weight <gweight@gmail.com> 1.6.0-09
- Add Obsoletes for perl-File-MMagic. [SME: 1436]
* Tue May 23 2006 Gordon Rowell <gordonr@gormand.com.au> 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 <gordonr@gormand.com.au> 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 <charlie_brady@mitel.com> 1.6.0-06
- Add Obsoletes and Conflicts headers for dungog vdomain contribs.
[SME: 1283]
* Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.6.0-05
- Changed links to online-manual now at contribs.org . [SME: 1079]
* Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-04
- Add dependency on smeserver-audittools [SME: 762]
* Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-03
- Bump CentOS release to 4.3 [SME: 1151]
* Tue Mar 28 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-02
- Add Obsoletes for e-smith-loginscript-0.2-2 [SME: 1087]
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.6.0-01
- Roll stable stream version. [SME: 1016]
* Wed Feb 22 2006 Gavin Weight <gweight@gmail.com> 1.4.8-22
- Add obsoletes on amavis-ng and clamav-es, Added conflicts too [SME: 775]
* Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-21
- And e-smith-portforwarding [SME: 767]
* Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-20
- Add dependencies on e-smith-domains, e-smith-nutUPS and
e-smith-starterwebsite to simplify 5.x upgrades [SME: 767]
- Obsolete a few more old versions of proftpd with big Epoch tags [SME: 767]
* Wed Feb 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-19
- Add Obsoletes and Conflicts headers to cause removal of and
prevent re-installation of the incompatible contrib
dmc-mitel-mailrules. [SME: 800]
* Tue Feb 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-18
- Add Conflicts header to prevent reinstallation of e-smith-userpanel.
[SME: 598,770]
* Mon Feb 13 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-17
- Add more Obsoletes headers, to assist with upgrade of customised
servers. [SME: 775]
* Mon Feb 13 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-16
- Adding dependencies on e-smith-dnscache and e-smith-tinydns, so
that DNS works after 5.x -> 7 upgrade. [SME: 767]
* Sun Feb 12 2006 Charlie Brady <charlieb@e-smith.com> 1.4.8-15
- Adding dependency on e-smith-ibays, to ensure it is installed
during 5.x -> 7 upgrade. [SME: 747]
* Fri Feb 10 2006 Gavin Weight <gweight@gmail.com> 1.4.8-14
- Updated online-manual to include links to Sourceforge
Manual/FAQs/KnownIssues. [SME: 490]
* Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 1.4.8-13
- Added online-manual. [SME: 407]
* Wed Feb 8 2006 Gavin Weight <gweight@gmail.com> 1.4.8-12
- Additional cleanup of sme_header.css [SME: 408]
* Wed Feb 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-11
- Additional cleanup of contribs.org styling by Gavin [SME: 408]
* Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-10
- Add comment to each of the contribs.org styling fragments
so it is easier to find the overrides [SME: 408]
* Tue Feb 7 2006 Gavin Weight <gweight@gmail.com> 1.4.8-09
- Adding contribs css style fragments and removing hack in
contribs.org styling [SME: 408]
* Sun Feb 05 2006 Gavin Weight <gweight@gmail.com> 1.4.8-08
- Add header to obsolete kernel-module-st. [SME: 647]
* Sat Feb 4 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-07
- Hack in contribs.org styling for CSS files prior to parameterizing
the templates. Kids: Don't do this at home. RPMs should NOT install
fragments into templates-custom. [SME: 408]
* Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-06
- Add header to obsolete e-smith-userpanel. [SME: 598]
* Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.8-05
- Add dependencies for spamassassin and clamav frameworks (moved
from smeserver-qpsmtpd). [SME: 606]
* Thu Jan 12 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-04
- Add screen package [SME: 445]
* Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-03
- Adjust initial.cgi to "SME Server" product name [SME: 402]
* Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-02
- Add contribs.org logo and change product name to "SME Server" [SME: 402]
- Put $SystemName.$DomainName in manager titlebar
* Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.8-01
- Roll patches to 1.4.7-24 and convert some stray DOS format text files
to Unix format
* Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-24
- Modify "Test Internet Access" so that it accesses contribs.org
and only passes two pieces of information:
- sysconfig{ReleaseVersion}
- An SHA1 hash of sysconfig{SystemID} [SME: 402]
* Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-23
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
- Add esmith::console object for standalone menu item [SME: 364]
* Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-22
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
- Move testInternet console menu item to smeserver-support [SME: 364]
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-21
- Revert last change [SME: 327]
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-20
- Add Requires: smeserver-sysstat [SME: 327]
* Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-19
- Relocate Obsoletes: SMEServer to smeserver-release package [SME: 72]
* Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-18
- Expand /etc/motd and friends in post-{install,upgrade} so that
they are correct for the first boot [SF: 1295403, 1261360]
* Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-17
- Obsolete the SMEServer marker package [SF: 1356225]
* Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-16
- /etc/issue and /etc/issue.net should be empty by default. We don't
want to announce version numbers to casual observers [SF: 1261360]
* Fri Nov 18 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-15
- Use the /etc/motd template for /etc/redhat-release [SF: 1295403]
* Wed Nov 16 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-14
- Add templates for /etc/{issue,issue.net,motd}, all generated from
the /etc/motd template [SF: 1261360]
* Wed Nov 16 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-13
- Add Conflicts: selinux-policy-targeted [SF: 1357548]
* Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-12
- Add requires for kernel-smp-module-slip [SF: 1356104]
* Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-11
- Removed Requires for php-domxml - now in e-smith-horde [SF: 1313299]
* Mon Oct 31 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-10
- Obsolete e-smith-reinstall-floppy [SF: 1342860]
* Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-09
Sat Oct 25 2005 --> Sat Oct 22 2005 or Tue Oct 25 2005 or Sat Oct 29 2005 or ....
- Add dependency on audit-libs
* Mon Oct 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-08
Fri Oct 24 2005 --> Fri Oct 21 2005 or Mon Oct 24 2005 or Fri Oct 28 2005 or ....
- Remove kenel-module-st - patch is in the CentOS 4.2 kernel
* Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-07
- Make symlink to tux in post scriptlet [SF: 1295038]
* Mon Oct 17 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-06
- Add symlink to tux for splash.xpm.gz [SF: 1295038]
- Remove unused language macro definition from SPEC file
* Sat Oct 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-05
- And add dependencies for smeserver-locale-{de,es,fr,it} [SF: 1309520]
* Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-04
- Move all L10Ns to smeserver-locale [SF: 1309520]
* Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-03
- Bump version to force update
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-02
- Pull in kernel-module-st so flexbackup works [SF: 1254300]
- Pull in kernel-module-slip for dialup support [SF: 1293606]
* Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.7-01
- Roll tarball, patches to 1.4.6-02
* Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.6-02
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
* Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au>
- [1.4.6-01]
- Roll patches up to 1.4.5-07
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
* Thu Aug 18 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-07]
- More Obsoletes/Requires updates
* Thu Aug 18 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-06]
- Obsoletes/Requires updates for beta1.
Still lots of work to be done.
* Sat Aug 13 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-05]
- Lots up Obsoletes updates
* Fri Aug 12 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-04]
- Add authconfig, mysql-devel, openldap-clients,
perl-Crypt-SSLeay, perl-NDBM_File specific and
ppp-modules generic obsoletes so they are removed
on upgrade.
* Fri Aug 12 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-03]
- Add obsoletes for specific php versions
* Tue Aug 09 2005 Shad L. Lords <slords@mail.com>
- [1.4.5-02]
- Remove Requires and Obsoletes. Start moving to correct places.
* Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
- [1.4.5-01]
- Package renamed to smeserver-support, obsoleting e-smith-support
* Fri Jul 15 2005 Shad L. Lords <slords@mail.com>
- [1.4.4-07sme02]
- Various additional fixes for upgrades
* Thu Jul 14 2005 Shad L. Lords <slords@mail.com>
- [1.4.4-07sme01]
- Various fixes for 6.5RC1 upgrades
* Fri Jul 1 2005 Gordon Rowell <gordonr@gormand.com.au>
* Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com>
- [1.4.4-07]
- Various updates provided by Shad Lords.
* Fri Jul 1 2005 Gordon Rowell <gordonr@gormand.com.au>
- [1.4.4-06]
- Updated Requires lists for CentOS 4.1 version [SF: 1217914]
* Wed Jun 15 2005 Charlie Brady <charlieb@e-smith.com>
- [1.4.4-05]
- Add full set of Requires: headers, to ensure that an upgrade installs
a full package set. [SF: 1217914]
* Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
- [1.4.4-04]
- Rationalise manager URLs below server-manager. [SF: 1172203, 1210715]
* Mon May 30 2005 Charlie Brady <charlieb@e-smith.com>
- [1.4.4-03]
- Add "Requires: e-smith-lib" to ensure correct installation ordering.
[SF: 1210723]
* Thu Feb 24 2005 Charlie Brady <charlieb@e-smith.com>
- [1.4.4-02]
- Updated copyright date on the license text file.
* Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.4-01]
- Updated product_logo.jpg [gordonr 8507]
* Mon May 12 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.3-01]
- Handle "es" language (treat as English) [gordonr 3793]
* Mon Mar 31 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.2-08]
- Updated fr lexicon for initial.cgi [gordonr 7728]
* Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.2-07]
- Moved lexica for {index,initial}.cgi here [gordonr 7728]
* Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
- [1.4.2-06]
- Modified French lexicon to use lang="fr", rename the lexicon
directory to fr [lijied 6787]
* Tue Mar 25 2003 Mark Knox <markk@e-smith.com>
- [1.4.2-05]
- Renamed 20FooterText to 20ProductName, factored out common text [markk 7715]
* Mon Mar 17 2003 Mark Knox <markk@e-smith.com>
- [1.4.2-04]
- Added header template [markk 4722]
- Added footer template [markk 7714]
* Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
- [1.4.2-03]
- Corrected header image size in 40LogoRow [markk 4722]
* Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
- [1.4.2-02]
- Added 40LogoRow header fragment with correct ALT text and image [markk 4722]
* Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
- [1.4.2-01]
- Added new product_logo.jpg [markk 4722]
* Fri Jan 10 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.1-04]
- New URL for www.e-smith.com [gordonr 6227]
* Fri Jan 10 2003 Gordon Rowell <gordonr@e-smith.com>
- [1.4.1-03]
- Adjusted header on license text
Create fr_CA license on the fly [gordonr 6227]
* Mon Dec 30 2002 Charlie Brady <charlieb@e-smith.com>
- [1.4.1-02]
- Add Obsoletes header to force removal of e-smith-keys. [charlieb 6369]
* Fri Dec 27 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.4.1-01]
- Updated banner image [gordonr 6227]
* Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
- [1.4.0-01]
- Roll stable version to 1.4.0
* Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
- [1.4.0-01-01]
- Roll stable version to 1.4.0-01
* Tue Dec 24 2002 Charlie Brady <charlieb@e-smith.com>
- [1.3.12-02]
- Add Obsoletes head to force removal of e-smith-blades. [charlieb 5416]
* Fri May 24 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.12-01]
- Place lexicon in target directory. Re-add original support CGI script
[gordonr 3641]
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.11-01]
- RPM rebuild forced by cvsroot2rpm
* Tue May 21 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.10-01]
- Move French localisation for support panel here [gordonr 3582]
* Thu May 16 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.9-01]
- Relocated license text for locale awareness [gordonr 3413]
* Wed May 15 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.8-01]
- Missing U.S. English nav bar entry [gordonr 3421]
* Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.7-01]
- Added footer [gordonr 3223]
* Wed May 8 2002 Mark Knox <markk@e-smith.com>
- [1.3.6-01]
- Quickly i18n'd into FormMagick panel. [markk 3309]
* Fri Apr 19 2002 Mark Knox <markk@e-smith.com>
- [1.3.5-01]
- Updated server-manager image [markk 3188]
* Thu Apr 18 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.4-01]
- Removed copy of %Source1 - now in correct place/name
* Thu Apr 18 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.3-01]
- Removed airiness from licence [gordonr 3119]
* Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.2-01]
- Re-did createlinks
* Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.1-01]
- Initial build from CVS
* Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
- [1.3.0-01]
- rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-02.
* Mon Jan 07 2002 Charlie Brady <charlieb@e-smith.com>
- [1.2.0-02]
- Add conflicts header to prevent ServiceLink-support and e-smith-support from
being installed simultaneously.
* Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
- [1.2.0-01]
- rollRPM: Rolled version number to 1.2.0-01. Includes patches up to 1.1.0-06.
* Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
- [1.1.0-06]
- Remove e-smith-lib dependency as well - e-smith-lib requires e-smith-support,
but not vice-versa.
* Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
- [1.1.0-05]
- Remove troublesome e-smith-base dependency, which isn't real anyway.
- While we are at it, remove the e-smith => 4 dependency - not really relevant
and forces us to retain the empty e-smith RPM.
* Wed Nov 14 2001 Tony Clayton <tonyc@e-smith.com>
- [1.1.0-04]
- s/March/Mitel/ in license text
* Thu Nov 08 2001 Charlie Brady <charlieb@e-smith.com>
- [1.1.0-03]
- Updated with (YA) new banner image
* Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
- [1.1.0-02]
- Updated with new banner image
* Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
- [1.1.0-01]
- Rolled version number to 1.1.0-01. Includes patches upto 1.0.0-03.
* Tue Aug 21 2001 Charlie Brady <charlieb@e-smith.com>
- [1.0.0-03]
- Removed pre-1.0.0 changelog entries.
* Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
- [1.0.0-02]
- Changed Copyright to GPL and added Vendor tag
* Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
- [1.0.0-01]
- Rolled version number to 1.0.0-01. Includes patches upto 0.1.1-24.
%description
SME Server module to display support and licensing information
%prep
%setup
%build
perl createlinks
ln -s initial.cgi root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/index.cgi
find root/ -type f | xargs grep -l ____COPYYEARS____ | xargs sed -i -e 's/____COPYYEARS____/%{copykooz}/g'
YUM_REPOS=root/etc/e-smith/db/yum_repositories/
for dir in base updates
do
mkdir -p $YUM_REPOS/defaults/$dir
echo %{centos_excludes} > $YUM_REPOS/defaults/$dir/Exclude
done
sed -i 's/CENTOS_EXCLUDES/%{centos_excludes}/' $YUM_REPOS/migrate/25CentOSExcludes
sed -i 's/CENTOS_REMOVE/%{centos_remove}/' $YUM_REPOS/migrate/25CentOSExcludes
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-%{release}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
> %{name}-%{version}-%{release}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%post
%files -f %{name}-%{version}-%{release}-filelist
%defattr(-,root,root)
Loading…
Cancel
Save