diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:40:28 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:40:28 +0000 |
commit | 80fc42a5c25b84bdf861d0210403fd7b346475af (patch) | |
tree | 9fd82c11d809aaf2632ab1755ea7bc6152afbb81 /app-admin | |
parent | Co-maintain this (diff) | |
download | historical-80fc42a5c25b84bdf861d0210403fd7b346475af.tar.gz historical-80fc42a5c25b84bdf861d0210403fd7b346475af.tar.bz2 historical-80fc42a5c25b84bdf861d0210403fd7b346475af.zip |
dropping file temporarily to adjust sticky options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sysklogd/files/sysklogd-1.5-debian-cron.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-admin/sysklogd/files/sysklogd-1.5-debian-cron.patch b/app-admin/sysklogd/files/sysklogd-1.5-debian-cron.patch deleted file mode 100644 index 7f6c2a79b0b2..000000000000 --- a/app-admin/sysklogd/files/sysklogd-1.5-debian-cron.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- debian/cron.daily -+++ debian/cron.daily -@@ -20,10 +20,6 @@ - # Written by Martin Schulze <joey@debian.org>. - # $Id: cron.daily,v 1.14 2007-05-28 16:33:34 joey Exp $ - --test -x /usr/sbin/syslogd-listfiles || exit 0 --test -x /sbin/syslogd || exit 0 --test -f /usr/share/sysklogd/dummy || exit 0 -- - set -e - - cd /var/log -@@ -41,4 +37,4 @@ - - # Restart syslogd - # --/etc/init.d/sysklogd reload-or-restart > /dev/null -+/etc/init.d/sysklogd --quiet reload ---- debian/cron.weekly -+++ debian/cron.weekly -@@ -19,10 +19,6 @@ - # Written by Ian A. Murdock <imurdock@debian.org>. - # $Id: cron.weekly,v 1.11 2007-05-28 16:33:34 joey Exp $ - --test -x /usr/sbin/syslogd-listfiles || exit 0 --test -x /sbin/syslogd || exit 0 --test -f /usr/share/sysklogd/dummy || exit 0 -- - set -e - - cd /var/log -@@ -40,4 +36,4 @@ - - # Restart syslogd - # --/etc/init.d/sysklogd reload-or-restart > /dev/null -+/etc/init.d/sysklogd --quiet reload |