Vincent Kahnke wrote: = > I'm not familiar with the normal process for submitting a bug report, so I > decided to e-mail.
Subscribe to blfs-support and email there (http://linuxfromscratch.org/mailman/listinfo/blfs-support/) > 1st off "Awesome project" I am learning a ton! Thanks for your time!!! > I installed the script in the BLFS for the sshd program > (/etc/rc.d/rc3.d/S30sshd) and had to fix the file to get it to run: > > Line #38 > > -pid=`cat /run/sshd.pid 2>/dev/null' > +pid=`cat /var/run/sshd.pid 2>/dev/null` > > Or even better > > +pid=`pidof -o %PPDI /usr/sbin/sshd` You should have a symlink: /var/run -> /run See http://www.linuxfromscratch.org/lfs/view/stable/chapter06/creatingdirs.html -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
