/[smecontribs]/rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts-2.9-bz11804.patch
ViewVC logotype

Annotation of /rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts-2.9-bz11804.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Dec 9 05:54:54 2021 UTC (2 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-denyhosts-2_9-19_el7_sme, smeserver-denyhosts-2_9-17_el7_sme, smeserver-denyhosts-2_9-18_el7_sme, smeserver-denyhosts-2_9-16_el7_sme, HEAD
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-16.sme
- fix log path  [SME: 11804]
- fix multiple rpm owner [SME: 11677]

1 jpp 1.1 diff -Nur --no-dereference smeserver-denyhosts-2.9.old/createlinks smeserver-denyhosts-2.9/createlinks
2     --- smeserver-denyhosts-2.9.old/createlinks 2021-12-09 00:44:48.775000000 -0500
3     +++ smeserver-denyhosts-2.9/createlinks 2021-12-09 00:52:44.691000000 -0500
4     @@ -7,11 +7,18 @@
5     safe_symlink('restart', "root/etc/e-smith/events/conf-denyhosts/services2adjust/denyhosts");
6    
7     foreach $file (
8     - qw(/var/lib/denyhosts/allowed-hosts /etc/hosts.allow /etc/denyhosts.conf))
9     + qw(/var/lib/denyhosts/allowed-hosts /etc/denyhosts.conf))
10     {
11     templates2events($file, qw(bootstrap-console-save conf-denyhosts smeserver-denyhosts-update));
12     }
13    
14     +foreach $file (
15     + qw(/etc/hosts.allow))
16     +{
17     + templates2events($file, qw(conf-denyhosts smeserver-denyhosts-update));
18     +}
19     +
20     +
21     my $event= "smeserver-denyhosts-update";
22     event_link("systemd-reload", $event, "89");
23     event_link("systemd-default", $event, "88");
24     diff -Nur --no-dereference smeserver-denyhosts-2.9.old/root/etc/e-smith/templates/etc/denyhosts.conf/SECURE_LOG smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SECURE_LOG
25     --- smeserver-denyhosts-2.9.old/root/etc/e-smith/templates/etc/denyhosts.conf/SECURE_LOG 2008-04-22 11:07:15.000000000 -0400
26     +++ smeserver-denyhosts-2.9/root/etc/e-smith/templates/etc/denyhosts.conf/SECURE_LOG 2021-12-09 00:48:54.515000000 -0500
27     @@ -1 +1 @@
28     -SECURE_LOG = /var/log/sshd/current
29     +SECURE_LOG = /var/log/sshd/sshd.log

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed