summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-23 10:26:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-23 10:26:01 +0000
commit8126e3d00da88ec7c042979bb019c4e479e15e44 (patch)
treea34799b85ae05f902b6dcb5fcc04f0c36040973e
parent14a0666d568d8b0260f853f5e605edc3f7919cac (diff)
downloaddrakx-backup-do-not-use-8126e3d00da88ec7c042979bb019c4e479e15e44.tar
drakx-backup-do-not-use-8126e3d00da88ec7c042979bb019c4e479e15e44.tar.gz
drakx-backup-do-not-use-8126e3d00da88ec7c042979bb019c4e479e15e44.tar.bz2
drakx-backup-do-not-use-8126e3d00da88ec7c042979bb019c4e479e15e44.tar.xz
drakx-backup-do-not-use-8126e3d00da88ec7c042979bb019c4e479e15e44.zip
add modules network::tinyfirewall and network::shorewall
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index e3463df10..0d6a0da5e 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -112,7 +112,7 @@ sub explanations { c::syslog(c::LOG_INFO()|c::LOG_LOCAL1(), "@_") }
@common_functs = qw(renamef linkf symlinkf output substInFile mkdir_p rm_rf cp_af touch setVarsInSh setExportedVarsInSh setExportedVarsInCsh update_gnomekderc);
@builtin_functs = qw(chmod chown unlink link symlink rename system);
-@drakx_modules = qw(Xconfig::card Xconfig::default Xconfig::main Xconfig::monitor Xconfig::parse Xconfig::proprietary Xconfig::resolution_and_depth Xconfig::screen Xconfig::test Xconfig::various Xconfig::xfree Xconfig::xfree3 Xconfig::xfree4 Xconfig::xfreeX any bootloader bootlook c class_discard commands crypto detect_devices devices diskdrake diskdrake::hd_gtk diskdrake::interactive diskdrake::removable diskdrake::removable_gtk diskdrake::smbnfs_gtk fs fsedit http keyboard lang log loopback lvm modparm modules mouse my_gtk network network::adsl network::ethernet network::isdn_consts network::isdn network::modem network::netconnect network::network network::nfs network::smb network::tools partition_table partition_table_bsd partition_table::dos partition_table::empty partition_table::gpt partition_table::mac partition_table::raw partition_table::sun printer printerdrake proxy raid run_program scanner services steps swap timezone tinyfirewall);
+@drakx_modules = qw(Xconfig::card Xconfig::default Xconfig::main Xconfig::monitor Xconfig::parse Xconfig::proprietary Xconfig::resolution_and_depth Xconfig::screen Xconfig::test Xconfig::various Xconfig::xfree Xconfig::xfree3 Xconfig::xfree4 Xconfig::xfreeX any bootloader bootlook c class_discard commands crypto detect_devices devices diskdrake diskdrake::hd_gtk diskdrake::interactive diskdrake::removable diskdrake::removable_gtk diskdrake::smbnfs_gtk fs fsedit http keyboard lang log loopback lvm modparm modules mouse my_gtk network network::adsl network::ethernet network::isdn_consts network::isdn network::modem network::netconnect network::network network::nfs network::smb network::tools partition_table partition_table_bsd partition_table::dos partition_table::empty partition_table::gpt partition_table::mac partition_table::raw partition_table::sun printer printerdrake proxy raid run_program scanner services steps swap timezone network::tinyfirewall network::shorewall);
sub import {