Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

routed - add missing includes #13

Merged
merged 4 commits into from
Dec 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/pfSense-pkg-routed/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= pfSense-pkg-routed
PORTVERSION= 1.2.2
PORTVERSION= 1.2.3
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
5 changes: 5 additions & 0 deletions net/pfSense-pkg-routed/files/usr/local/pkg/routed.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once("config.inc");
require_once("interfaces.inc");
require_once("service-utils.inc");
require_once("util.inc");

function setup_routed() {
global $config;

Expand Down
5 changes: 2 additions & 3 deletions net/pfSense-pkg-routed/files/usr/local/pkg/routed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]]>
</copyright>
<name>routed</name>
<version>1.2.2</version>
<version>1.2.3</version>
<title>Services: RIP</title>
<include_file>/usr/local/pkg/routed.inc</include_file>
<aftersaveredirect>pkg_edit.php?xml=routed.xml</aftersaveredirect>
Expand All @@ -58,7 +58,7 @@
<name>RIP</name>
<section>Services</section>
<configfile>routed.xml</configfile>
<url>pkg_edit.php?xml=routed.xml</url>
<url>/pkg_edit.php?xml=routed.xml</url>
</menu>
<service>
<name>routed</name>
Expand All @@ -73,7 +73,6 @@
<active/>
</tab>
</tabs>
<configpath>['installedpackages']['routed']['config']</configpath>
<fields>
<field>
<fielddescr>Enable RIP</fielddescr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
<website>https://packages.pfsense.org/</website>
<descr><![CDATA[RIP v1 and v2 daemon.]]></descr>
<category>Network Management</category>
<port_category>net</port_category>
<config_file>https://packages.pfsense.org/packages/config/routed/routed.xml</config_file>
<version>1.2.2</version>
<version>1.2.3</version>
<status>RELEASE</status>
<required_version>2.2</required_version>
<required_version>2.3</required_version>
<configurationfile>routed.xml</configurationfile>
</package>
</pfsensepkgs>