Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Orderind

1 view
Skip to first unread message

Mark Nesterovych

unread,
Dec 8, 2009, 8:57:03 AM12/8/09
to
Hello guys.
In my bundle i want to upload ipfw settings script and run ipfw
reload.
Unfortunately promise order is vice versa. What should I do to change
ordering.

files:
"/etc/firewall.rc"
perms => u_p("700"),
copy_from => mycopy("/var/cfengine/masterfiles/
firewall/ipfw_firewall.rc","10.10.10.10"),
action => immediate;
classes => define("res");
commands:
ipfw_start::
"/etc/rc.d/ipfw"
args => "restart";

processes:
"ipfw"
restart_class => "ipfw_start";

0 new messages