Actions
Bug #1905
closedUpgrade code does not rename PPPoE restart script, creates second cron job.
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