Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 4 | Rev 67 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 53
Line 11... Line 11...
11
OLDCRONJOBREN=/etc/cron.hourly/.greylistclean.insecure.deleteme
11
OLDCRONJOBREN=/etc/cron.hourly/.greylistclean.insecure.deleteme
12
if test -f $OLDCRONJOB; then
12
if test -f $OLDCRONJOB; then
13
    echo "disabling old insecure $OLDCRONJOB"
13
    echo "disabling old insecure $OLDCRONJOB"
14
    echo "(renamed to $OLDCRONJOBREN)"
14
    echo "(renamed to $OLDCRONJOBREN)"
15
    echo "See new cronjob in /etc/cron.d/greylistclean"
15
    echo "See new cronjob in /etc/cron.d/greylistclean"
16
    /bin/mv $OLDCRONJOB $OLDCRONJOBREN
16
    mv $OLDCRONJOB $OLDCRONJOBREN
17
fi
17
fi
18
18
19
case "$1" in
19
case "$1" in
20
    configure)
20
    configure)
21
	if [ ! -e /var/spool/sa-exim ] ; then
21
	if [ ! -e /var/spool/sa-exim ] ; then