Bug #1905
Upgrade code does not rename PPPoE restart script, creates second cron job.
| Status: | New | Start date: | 09/26/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Upgrade | |||
| Target version: | - | |||
| Affected version: | 2.0 | 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>
History
#1
Updated by Chris Buechler over 1 year ago
- Target version deleted (
2.0.1)