From 2417a6d231b53ae6e0f7f647c967a0aef1105479 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 13 Aug 2005 23:14:43 +0000 Subject: * Add header * Add \n's --- packages/per-user-bandwidth-distribution.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'packages') diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml index eda583f7..9c45ac0b 100644 --- a/packages/per-user-bandwidth-distribution.xml +++ b/packages/per-user-bandwidth-distribution.xml @@ -43,13 +43,15 @@ $fd = fopen("/usr/local/etc/rc.d/per_user_bandwidth_distribution.sh","w"); - fwrite($fd, "/sbin/kldload dummynet"); - fwrite($fd, "/sbin/ipfw delete 10"); - fwrite($fd, "/sbin/ipfw pipe 1 config mask src-ip 0x000000ff bw {$_POST['bandwidth']}{$_POST['bandwidthtype']}"); - fwrite($fd, "/sbin/ipfw pipe 2 config mask dst-ip 0x000000ff bw {$_POST['bandwidth']}{$_POST['bandwidthtype']}"); - fwrite($fd, "/sbin/ipfw add 10 pipe 1 ip from any to any out via {$wanif}"); - fwrite($fd, "/sbin/ipfw add 10 pipe 2 ip from any to any in via {$wanif}"); - fwrite($fd, "/sbin/ipfw add 10 allow all from any to any"); + fwrite($fd, "# This file was automatically generated by the pfSense\n"); + fwrite($fd, "# package manager system\n\n"); + fwrite($fd, "/sbin/kldload dummynet\n"); + fwrite($fd, "/sbin/ipfw delete 10\n"); + fwrite($fd, "/sbin/ipfw pipe 1 config mask src-ip 0x000000ff bw {$_POST['bandwidth']}{$_POST['bandwidthtype']}\n"); + fwrite($fd, "/sbin/ipfw pipe 2 config mask dst-ip 0x000000ff bw {$_POST['bandwidth']}{$_POST['bandwidthtype']}\n"); + fwrite($fd, "/sbin/ipfw add 10 pipe 1 ip from any to any out via {$wanif}\n"); + fwrite($fd, "/sbin/ipfw add 10 pipe 2 ip from any to any in via {$wanif}\n"); + fwrite($fd, "/sbin/ipfw add 10 allow all from any to any\n"); fclose($fd); mwexec("chmod a+rx /usr/local/etc/rc.d/per_user_bandwidth_distribution.sh"); mwexec_bg("/usr/local/etc/rc.d/per_user_bandwidth_distribution.sh"); -- cgit v1.2.3