summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-25 23:53:23 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-25 23:53:23 -0400
commitbb26581c50dc3a49b43b13360340a0d1be625254 (patch)
tree08b24ff9a3afce355ee0dc50d253811f34b4eb6d
parentf532da19e304c91cec94bff6159ff4cd3288dad9 (diff)
downloadpfsense-bb26581c50dc3a49b43b13360340a0d1be625254.zip
pfsense-bb26581c50dc3a49b43b13360340a0d1be625254.tar.gz
Move "
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 1c10881..c22d97c 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -927,7 +927,7 @@ function interface_ppp_configure($ifcfg) {
}
$rclinkup = "default:\n";
- $rclinkup.= "! sh -c \"echo HISADDR\" > /tmp/INTERFACE_router\n";
+ $rclinkup.= "! sh -c \"echo HISADDR > /tmp/INTERFACE_router\"\n";
$rclinkup.= "! sh -c \"/etc/rc.linkup INTERFACE start\"\n";
// Write out configuration for ppp.conf
OpenPOWER on IntegriCloud