diff options
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Samba.pm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index ca7bbaa7..a72578e0 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -2,6 +2,7 @@ # Drakwizard +# Copyright (C) 2002 Arnaud Desmons <adesmons@mandrakesoft.com> # Copyright (C) 2003 Florent Villard <warly@mandrakesoft.com> # # This program is free software; you can redistribute it and/or modify @@ -18,16 +19,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -package Samba; -use lib qw(/usr/lib/libDrakX); +package MDK::Wizard::Samba; use strict; -use standalone; -use interactive; use common; -require "MDK/Wizard/IFCFG.pm"; +use MDK::Wizard::Wizcommon; -my $net = new IFCFG; +my $wiz = new MDK::Wizard::Wizcommon; my $o = { name => 'configuration wizard', |