https://bugs.koozali.org/show_bug.cgi?id=11677

Terry Fage <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |[email protected]

--- Comment #2 from Terry Fage <[email protected]> ---
Verified as far as changes applied

/home/terry/smecontribs/rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts-2.9/creatlinks

was  foreach $file (
qw(/var/lib/denyhosts/allowed-hosts /etc/hosts.allow /etc/denyhosts.conf))

added 
+foreach $file (
+    qw(/etc/hosts.allow))
+{
+    templates2events($file, qw(conf-denyhosts smeserver-denyhosts-update));
+}
+
+


#!/usr/bin/perl -w

use esmith::Build::CreateLinks qw(:all);

panel_link("denyhosts", "manager");

safe_symlink('restart',
"root/etc/e-smith/events/conf-denyhosts/services2adjust/denyhosts");

foreach $file (
    qw(/var/lib/denyhosts/allowed-hosts /etc/denyhosts.conf))
{
    templates2events($file, qw(bootstrap-console-save conf-denyhosts
smeserver-denyhosts-update));
}

foreach $file (
    qw(/etc/hosts.allow))
{
    templates2events($file, qw(conf-denyhosts smeserver-denyhosts-update));
}


my $event= "smeserver-denyhosts-update";
event_link("systemd-reload", $event, "89");
event_link("systemd-default", $event, "88");
safe_symlink('restart',
"root/etc/e-smith/events/$event/services2adjust/denyhosts");
event_link("navigation-conf", $event, "80");



exit 0;

[root@sme10testvm2 denyhosts.conf]# cat /var/lib/denyhosts/allowed-hosts
#------------------------------------------------------------
#              !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------

127.0.0.1


[root@sme10testvm2 denyhosts.conf]# cat /etc/hosts.allow
#------------------------------------------------------------
#              !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at http://www.contribs.org/development/
#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
# 'oidentd' is disabled in the configuration database
# LDAP servers
slapd: 127.0.0.1 192.168.2.0/255.255.255.0
sshd: 127.0.0.1 192.168.2.0/255.255.255.0
# 'nut' is disabled in the configuration database
# The upsd admin is not allowed

denyhosts not evident in updated rpm

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to