Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 19:53:04 +0000
From:      d.antunes@comcast.net
To:        freebsd-stable@freebsd.org
Subject:   Cat gone missing
Message-ID:  101520031953.23997.7186@comcast.net

| raw e-mail | index | archive | help
Well not exactly. Its still in /bin, but any attempt to use it returns `Subject:: not found` I have two systems affected, both 4.7-Release, both cvsup'd right before running the following patch script:

#!/bin/csh
cd /usr/src
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:17/procfs4x.patch
patch < procfs4x.patch
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:16/filedesc.patch
patch < filedesc.patch
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:15/openssh47.patch
patch < openssh47.patch
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:18/openssl96.patch
patch < openss96.patch
make buildworld
make buildkernel
make installkernel
make installworld
reboot

I am fairly new to BSD and also lazy as you can see by my script. Did I cause more harm then good? Should I have rebooted between patches/builds? How can I fix?

Please help!

Thanks,
Dennis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?101520031953.23997.7186>