From a9a90b9225c20ac2ed9279be889681cf03ffbbfc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 12 May 2009 22:56:57 -0400 Subject: Add -f /usr/local/etc/bgpd.conf for correctness --- config/openbgpd/openbgpd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/openbgpd/openbgpd.inc b/config/openbgpd/openbgpd.inc index 8e64c683..41064b99 100644 --- a/config/openbgpd/openbgpd.inc +++ b/config/openbgpd/openbgpd.inc @@ -130,7 +130,7 @@ function openbgpd_install_conf() { $fd = fopen("/usr/local/etc/rc.d/bgpd.sh","w"); fwrite($fd, "#!/bin/sh\n\n"); fwrite($fd, "# This file was created by the pfSense package manager. Do not edit!\n\n"); - fwrite($fd, "bgpd\n"); + fwrite($fd, "bgpd -f /usr/local/etc/bgpd.conf\n"); fclose($fd); exec("chmod a+rx /usr/local/etc/rc.d/bgpd.sh"); exec("chmod a-rw /usr/local/etc/bgpd.conf"); -- cgit v1.2.3