From 79ce6bd8629b0d960dffffa3893b5a97192cd35e Mon Sep 17 00:00:00 2001 From: marta Date: Mon, 1 Mar 2010 14:17:51 +0000 Subject: [PATCH] Use the right user parameter. --- planetlab/ipfwroot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0