#1809: blfs bootscript error in netfs, 'IGTERM unknown signal' --------------------------------------+------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: defect | Status: closed Priority: normal | Milestone: 6.2 Component: Bootscripts | Version: a-SVN Severity: minor | Resolution: fixed Keywords: | --------------------------------------+------------------------------------- Changes (by [EMAIL PROTECTED]):
* resolution: => fixed * status: new => closed Comment: Fixed #1 by changing the order of the characters to \| Fixed #3 by changing the sed to /bin/sed ':a;$!N;s/\n/ /;ta' which will put the mounts on one line space separated. Fixed #2 by fixing #2 and changing: fuser -m -SIGTERM $NETMOUNTS to /bin/fuser -SIGTERM -km $NETMOUNTS -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1809> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
