Mageia Bugzilla – Attachment 1826 Details for
Bug 3700
2_a1: bad time argument from /etc/cron.daily/tmpwatch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
patched /etc/cron.daily/tmpwatch
tmpwatch (text/plain), 460 bytes, created by
Bit Twister
on 2012-03-22 16:41:54 CET
(
hide
)
Description:
patched /etc/cron.daily/tmpwatch
Filename:
MIME Type:
Creator:
Bit Twister
Created:
2012-03-22 16:41:54 CET
Size:
460 bytes
patch
obsolete
>#!/bin/sh > >[ -f /etc/sysconfig/tmpwatch ] && . /etc/sysconfig/tmpwatch > >set -f >/usr/sbin/tmpwatch $TMPWATCH_OPTIONS $TMPWATCH_EXCLUDES 10d /tmp >set +f > >set -f >/usr/sbin/tmpwatch $TMPWATCH_OPTIONS $TMPWATCH_EXCLUDES 30d /var/tmp >set +f > >[ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n > >for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?,$LANG/cat?}; do > if [ -d "$d" ]; then > /usr/sbin/tmpwatch $TMPWATCH_OPTIONS -f 30d "$d" > fi >done
#!/bin/sh [ -f /etc/sysconfig/tmpwatch ] && . /etc/sysconfig/tmpwatch set -f /usr/sbin/tmpwatch $TMPWATCH_OPTIONS $TMPWATCH_EXCLUDES 10d /tmp set +f set -f /usr/sbin/tmpwatch $TMPWATCH_OPTIONS $TMPWATCH_EXCLUDES 30d /var/tmp set +f [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?,$LANG/cat?}; do if [ -d "$d" ]; then /usr/sbin/tmpwatch $TMPWATCH_OPTIONS -f 30d "$d" fi done
View Attachment As Raw
Actions:
View
Attachments on
bug 3700
:
1458
|
1825
| 1826