diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:14:30 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:14:30 +0100 |
commit | 1f51ee09b42fa77e057952e9af1f55b6609129c6 (patch) | |
tree | 87b19582105d0c31e06f64193a2fb08c1bb4164c /scripts | |
parent | 60e81adaf84ceb65aeb364ad38afd3164281eb7b (diff) | |
download | manatools-1f51ee09b42fa77e057952e9af1f55b6609129c6.tar manatools-1f51ee09b42fa77e057952e9af1f55b6609129c6.tar.gz manatools-1f51ee09b42fa77e057952e9af1f55b6609129c6.tar.bz2 manatools-1f51ee09b42fa77e057952e9af1f55b6609129c6.tar.xz manatools-1f51ee09b42fa77e057952e9af1f55b6609129c6.zip |
added support to manawall
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mana | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/mana b/scripts/mana index 45acbfd3..c8d1d2ed 100755 --- a/scripts/mana +++ b/scripts/mana @@ -2,7 +2,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2014 Angelo naselli <anaselli@linux.it> +# Copyright (c) 2014 - 2015 Angelo naselli <anaselli@linux.it> # # 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; |