Author: jht Date: 2005-05-31 17:23:41 +0000 (Tue, 31 May 2005) New Revision: 606
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=606 Log: Fix small typo. Missing space that is essential for syntax. Modified: trunk/Samba-Guide/SBE-TheSmallOffice.xml Changeset: Modified: trunk/Samba-Guide/SBE-TheSmallOffice.xml =================================================================== --- trunk/Samba-Guide/SBE-TheSmallOffice.xml 2005-05-31 16:13:14 UTC (rev 605) +++ trunk/Samba-Guide/SBE-TheSmallOffice.xml 2005-05-31 17:23:41 UTC (rev 606) @@ -647,7 +647,7 @@ <smbconfoption name="add group script">/usr/sbin/groupadd '%g'</smbconfoption> <smbconfoption name="delete group script">/usr/sbin/groupdel '%g'</smbconfoption> <smbconfoption name="add user to group script">/usr/sbin/usermod -G '%g' '%u'</smbconfoption> -<smbconfoption name="add machine script"></smbconfoption> +<smbconfoption name="add machine script"> </smbconfoption> <member><parameter>/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u'</parameter></member> <smbconfoption name="logon script">scripts\login.bat</smbconfoption> <smbconfoption name="logon path"> </smbconfoption>