Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2002 22:37:41 +0400
From:      Pizik Ilya <polzun@ultra.v.gz.ru>
To:        VB <swive@getnet.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: patching holes  Hmmmm
Message-ID:  <20020425223741.A90997@ultra.v.gz.ru>
In-Reply-To: <20020425105221.C9246@sunny.localdomain>; from swive@getnet.com on Thu, Apr 25, 2002 at 10:52:21AM -0700
References:  <20020425023911.A401@sunny.localdomain> <20020425144017.B16898@ultra.v.gz.ru> <20020425124721.A78004@libero.sunshine.ale> <20020425105221.C9246@sunny.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
V> Last time I tried to make world I ran into some problems with smmsp user.  So beefore I try that again, I would like to patch using "patch".  I downloaded the patches for 4.4, cd'd into /usr/src, then did e.g., "patch < FreeBSD-SA-01:59.rmusr.v1.1.asc".  But when I do this for any of the patches, I get "hmmm I don't see a patch in there anywhere."  What do I do about this?

look at ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01%3A59.rmuser.v1.1.asc
please read it carefuly...
# cd /usr/src/usr.sbin/adduser
# patch -p < /path/to/patch
# make depend && make all install

If you want to update system, so:
man mergemaster
mergemaster
cd /usr/src
make world
make kernel

-- 
With respect, Pizik Ilya.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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