From efc8dac53869b87d9a18cb3f7943bae9f1e8c306 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 21 Apr 2003 19:42:18 +0000 Subject: remove smbgroupedit from packaging scripts (This used to be commit efa4e08210ff7c3bd703f0bb3ddf8da8bb84850a) --- packaging/Mandrake/samba2.spec.tmpl | 2 -- packaging/Mandrake/smb.conf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'packaging/Mandrake') diff --git a/packaging/Mandrake/samba2.spec.tmpl b/packaging/Mandrake/samba2.spec.tmpl index 47f61eea64..8723437d17 100644 --- a/packaging/Mandrake/samba2.spec.tmpl +++ b/packaging/Mandrake/samba2.spec.tmpl @@ -1204,7 +1204,6 @@ fi %{_bindir}/smbstatus%{samba_major} %{_bindir}/convert_smbpasswd%{samba_major} %{_bindir}/pdbedit%{samba_major} -%{_bindir}/smbgroupedit%{samba_major} %{_bindir}/tdbbackup%{samba_major} %{_bindir}/profiles%{samba_major} %attr(755,root,root) /%{_lib}/security/pam_smbpass* @@ -1225,7 +1224,6 @@ fi %{_mandir}/man8/smbd*.8* %{_mandir}/man8/nmbd*.8* %{_mandir}/man8/pdbedit*.8* -%{_mandir}/man8/smbgroupedit*.8* %{_mandir}/man1/smbcontrol*.1* %attr(775,root,root) %dir %{_localstatedir}/%{name}/netlogon %attr(775,root,root) %dir %{_localstatedir}/%{name}/profiles diff --git a/packaging/Mandrake/smb.conf b/packaging/Mandrake/smb.conf index f2643b774a..44c44e2925 100644 --- a/packaging/Mandrake/smb.conf +++ b/packaging/Mandrake/smb.conf @@ -229,7 +229,7 @@ ; add machine script = /usr/share/samba/scripts/smbldap-useradd.pl -w -d /dev/null -g machines -c 'Machine Account' -s /bin/false %u # Domain groups: -# Domain groups are now configured by using the smbgroupedit tool +# Domain groups are now configured by using the 'net groupmap' tool # Samba Password Database configuration: # Samba now has runtime-configurable password database backends. Multiple -- cgit