From 4172cf261f371bab7c190a74282b454af0bcaa49 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 Feb 2005 23:47:37 +0000 Subject: Woops, dont forget newlines --- packages/carp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/carp.xml b/packages/carp.xml index 279cd51c..a48d399b 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -235,7 +235,7 @@ /* * create the carp interface */ - fwrite($fout, "echo Creating {$pfsync_instances_counter} ..."); + fwrite($fout, "echo Creating {$pfsync_instances_counter} ...\n"); fwrite($fout, "/sbin/ifconfig carp" . $carp_instances_counter . " create\n"); $broadcast_address = gen_subnet_max($carp['ipaddress'], $carp['netmask']); if($carp['password'] != "") { @@ -255,7 +255,7 @@ fwrite($fout, "/sbin/ifconfig pfsync" . $pfsync_instances_counter . " up syncif " . $carp['synciface'] . "\n"); $pfsync_instances_counter++; } - fwrite($fout, "sleep 1"); + fwrite($fout, "sleep 1\n"); $carp_instances_counter++; } } -- cgit v1.2.3