Martin Ereth wrote:

> There is sed -e'[EMAIL PROTECTED]@MD5_CRYPT_ENAB yes@' ...
> Why is there the dot between MD5_CRYPT_ENAB and no? Maybe it works with the 
> dot, but
> why isn't there the exact character, a space? I looked in my /etc/login.defs 
> and
> MD5_CRYPT_ENAB was set to no! I'm sure I executed the command correctly!
> Now it works!

The character is actually a tab, not a space.  The dot matches any
single character, including a tab.

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to