From 1f51ee09b42fa77e057952e9af1f55b6609129c6 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Thu, 8 Jan 2015 23:14:30 +0100 Subject: added support to manawall --- scripts/mana | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mana b/scripts/mana index 45acbfd..c8d1d2e 100755 --- a/scripts/mana +++ b/scripts/mana @@ -2,7 +2,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2014 Angelo naselli +# Copyright (c) 2014 - 2015 Angelo naselli # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as @@ -66,6 +66,10 @@ my %modules = ( exec => '/usr/bin/dragoraUpdate', descr => "dragoraUpdate: rpm update manager", }, + wall => { + exec => '/usr/bin/manawall', + descr => "manawall: firewall manager", + }, ); my $cmdline = new yui::YCommandLine; -- cgit v1.2.1