]>
git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/misc-progs/outgoingfwctrl.c
1 /* This file is part of the IPFire Firewall.
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
12 #include <sys/types.h>
16 int main(int argc
, char *argv
[]) {
21 safe_system("chmod 755 /var/ipfire/outgoing/bin/outgoingfw.pl");
22 safe_system("/var/ipfire/outgoing/bin/outgoingfw.pl");