From f7f90951f05f190750b7049c46e53e638d32b957 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Mon, 20 Feb 2006 01:07:55 +0000 Subject: [PATCH] - missingok for cron file (one can use deamon, cron OR tcpd spawning) Changed files: DenyHosts.spec -> 1.15 --- DenyHosts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DenyHosts.spec b/DenyHosts.spec index 7248ffc..d44921b 100644 --- a/DenyHosts.spec +++ b/DenyHosts.spec @@ -82,7 +82,7 @@ fi %defattr(644,root,root,755) %doc README.txt CHANGELOG.txt %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.cfg -%config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name} +%config(noreplace,missingok) %verify(not md5 mtime size) /etc/cron.d/%{name} %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_sbindir}/* %attr(754,root,root) /etc/rc.d/init.d/%{name} -- 2.44.0