]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- fix the cron daily script -- it needs parameters and doesn't produce any output
authorMichal Moskal <michal@moskal.me>
Sun, 17 Oct 2004 09:51:34 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.10

dspam.spec

index 90a76e495a6a5bdf1687ac3f8f9daacac9bb08e1..e945f6458a21d8277ce73988a1589f0bec20b75f 100644 (file)
@@ -177,7 +177,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/cron.weekly
 
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/%{name} <<EOF
 #!/bin/sh
-exec %{_bindir}/%{name}_clean 2>&1 > /dev/null
+exec %{_bindir}/%{name}_clean -s -p
 EOF
 
 chmod 755 $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/%{name}
This page took 0.08427 seconds and 4 git commands to generate.