Project

General

Profile

Actions

Bug #1905

closed

Upgrade code does not rename PPPoE restart script, creates second cron job.

Added by Jim Pingle over 12 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Upgrade
Target version:
Start date:
09/26/2011
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:

Description

From http://forum.pfsense.org/index.php/topic,41066.0.html

Before upgrade, this job exists if PPPoE restart is enabled:

        <item>
            <minute>47</minute>
            <hour>4</hour>
            <mday>*</mday>
            <month>*</month>
            <wday>*</wday>
            <who>root</who>
            <command>/etc/pppoerestart</command>
        </item>

After upgrade that entry is still there, plus a new cron job was added:

        <item>
            <minute>47</minute>
            <hour>4</hour>
            <mday>*</mday>
            <month>*</month>
            <wday>*</wday>
            <who>root</who>
            <command>/var/etc/pppoe_restart_pppoe0</command>
        </item>

Actions

Also available in: Atom PDF