diff options
author | Antoine Ginies <aginies@mandriva.com> | 2006-02-15 10:50:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2006-02-15 10:50:57 +0000 |
commit | ab82acfb66d16f6eb9059d8c276c3a8770d196b5 (patch) | |
tree | 33ab81a4b4fbeca7aa55163aee42a71a069e72ab /perl-install/standalone | |
parent | 0820a16e20865cbe522bc67c75db486d1725f0e9 (diff) | |
download | drakx-ab82acfb66d16f6eb9059d8c276c3a8770d196b5.tar drakx-ab82acfb66d16f6eb9059d8c276c3a8770d196b5.tar.gz drakx-ab82acfb66d16f6eb9059d8c276c3a8770d196b5.tar.bz2 drakx-ab82acfb66d16f6eb9059d8c276c3a8770d196b5.tar.xz drakx-ab82acfb66d16f6eb9059d8c276c3a8770d196b5.zip |
fix problem "atom 0 is not a section"
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksambashare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare index 3ff11fba1..bd29dfc76 100755 --- a/perl-install/standalone/draksambashare +++ b/perl-install/standalone/draksambashare @@ -130,7 +130,7 @@ sub sort_by_column { #path comment browseable printable print command guest ok writable write list inherit permissions printing lpq command create mode use client driver -my $samba = new Libconf::Glueconf::Samba::Smb_conf({ filename => '/etc/samba/smb.conf', show_commented_info => 1 }); +my $samba = new Libconf::Glueconf::Samba::Smb_conf({ filename => '/etc/samba/smb.conf'}); my (@listshare, @listprinters, @listusers); my @yesno = qw(yes no); push @yesno, ""; my @default_case = qw(upper lower); push @default_case, ""; |