[email protected] wrote:
Author: ken
Date: Sun Feb 22 12:08:20 2015
New Revision: 15550
Log:
Fix rpc.statd, the sed is equivalent to
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=17a3e5bffb7110d46de1bf42b64b90713ff5ea50
: thanks to the anonymous person who pointed me to this fix.
sed -i "/daemon_init/s:\!::" utils/statd/statd.c
Just a comment here. I don't like using backslashes if I can avoid it. They
make reading more difficult. Just changing the double quotes to single quotes
removes the need for the backslash in this case.
sed -i '/daemon_init/s:!::' utils/statd/statd.c
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page