aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-05-12 22:58:42 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-05-12 22:58:42 -0400
commit1d234ac49964955334883e42a15865528a34f648 (patch)
treea1ba16aef0bfba1e349aff4edb80525de2ee064e /config/openbgpd/openbgpd.inc
parenta9a90b9225c20ac2ed9279be889681cf03ffbbfc (diff)
downloadpfsense-packages-1d234ac49964955334883e42a15865528a34f648.tar.gz
pfsense-packages-1d234ac49964955334883e42a15865528a34f648.tar.bz2
pfsense-packages-1d234ac49964955334883e42a15865528a34f648.zip
Complete path to bgpd
Diffstat (limited to 'config/openbgpd/openbgpd.inc')
-rw-r--r--config/openbgpd/openbgpd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd.inc b/config/openbgpd/openbgpd.inc
index 41064b99..835c3081 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 -f /usr/local/etc/bgpd.conf\n");
+ fwrite($fd, "/usr/local/sbin/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");