aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mana6
1 files changed, 5 insertions, 1 deletions
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 <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;