From: marta <marta@8c455092-636d-4788-adf5-e71def0336e8>
Date: Mon, 1 Mar 2010 14:17:51 +0000 (+0000)
Subject: Use the right user parameter.
X-Git-Tag: ipfw-0.9-10~3
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=79ce6bd8629b0d960dffffa3893b5a97192cd35e;p=ipfw.git

Use the right user parameter.
---

diff --git a/planetlab/ipfwroot.spec b/planetlab/ipfwroot.spec
index cf766b9..8281d81 100644
--- a/planetlab/ipfwroot.spec
+++ b/planetlab/ipfwroot.spec
@@ -65,8 +65,8 @@ install -D -m 644 planetlab/ipfw.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/ipfw
 depmod -a
 modprobe ipfw_mod
 # clean the old database and initialize the firewall
-echo "super dbcleanup" | /vsys/ipfw-be 0
-echo "super init" | /vsys/ipfw-be 0
+echo "super dbcleanup" | /vsys/ipfw-be root
+echo "super init" | /vsys/ipfw-be root
 
 %clean
 rm -rf $RPM_BUILD_ROOT