Date: Sun, 8 Oct 1995 07:59:42 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: FreeBSD-hackers@freefall.freebsd.org Subject: Re: can't delete chfn Message-ID: <199510080659.HAA09993@uriah.heep.sax.de> In-Reply-To: <Pine.3.89.9510072030.C24086-0100000@kryten.atinc.com> from "Jonathan M. Bresler" at Oct 7, 95 08:58:17 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Jonathan M. Bresler wrote: > > > > > root@apollo [3:58pm][/usr/bin] >> dir chfn > > > > -r-sr-xr-x 1 root bin schg 20480 Jul 26 07:57 chfn > > Hmm, but it seems like it was make world that did this so make world > > is preventing new make worlds from happening? > make world does not install a new kernel. Huh? The question was about chfn(1) here...: beforeinstall: [ ! -e ${DESTDIR}${BINDIR}/chpass ] || \ chflags noschg ${DESTDIR}${BINDIR}/chpass afterinstall: chflags schg ${DESTDIR}${BINDIR}/chpass Well, there are two reasons why i think this could fail: o somebody has raised kern.securelevel (e.g. with sysctl(8)) o somebody broke the hard link between chfn and chpass, so the above "chflags noschg" didn't alter chfn, only chpass -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510080659.HAA09993>