From aae7a0a87b564db68fd6bb19fb987e5acfd665c7 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Wed, 2 Oct 2002 09:55:10 +0000 Subject: s|patch|path| to change the path of the shared dir --- samba_wizard/scripts/Smbconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samba_wizard/scripts/Smbconf.pm') diff --git a/samba_wizard/scripts/Smbconf.pm b/samba_wizard/scripts/Smbconf.pm index dd3df24e..63496ab7 100755 --- a/samba_wizard/scripts/Smbconf.pm +++ b/samba_wizard/scripts/Smbconf.pm @@ -160,7 +160,7 @@ sub do_it { $conf->homes() if $ENV{wiz_do_homes}; $conf->chg_var("global", "hosts allow", $ip); $conf->chg_var("global", "security", "share"); - $conf->chg_var("public", "patch", $ENV{wiz_dir}); + $conf->chg_var("public", "path", $ENV{wiz_dir}); $conf->write_conf("/etc/samba/smb.conf"); system("/etc/rc.d/init.d/smb restart"); 10; -- cgit v1.2.1