Date: Wed, 25 Jul 2001 11:20:07 -0700 (PDT) From: "Jeremiah Gowdy" <jeremiah@sherline.com> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/29167: rc.pccard doesn't check /var/run/pccardd.pid Message-ID: <200107251820.f6PIK7748929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/29167; it has been noted by GNATS. From: "Jeremiah Gowdy" <jeremiah@sherline.com> To: <freebsd-gnats-submit@FreeBSD.org>, <jgowdy@home.com> Cc: Subject: Re: conf/29167: rc.pccard doesn't check /var/run/pccardd.pid Date: Wed, 25 Jul 2001 11:13:16 -0700 Actually, this might be a little cleaner 33a34,37 > if [ -e /var/run/pccardd.pid ] ; then > process="/proc/`cat /var/run/pccardd.pid`" > fi > if [ ! -e $process ] ; then 54a59 > fi Jeremiah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107251820.f6PIK7748929>