Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.hawaii.edu!news.uoregon.edu!arclight.uoregon.edu!news.dacom.co.kr!bofh.dot!usenet.seri.re.kr!bofh.dot!news.cais.net!nntp.primenet.com!news.sprintlink.net!news-stk-3.sprintlink.net!news.sprintlink.net!news-fw-12.sprintlink.net!coopnews.coop.net!frii.com!usenet From: gnat@frii.com (Nathan Torkington) Newsgroups: comp.unix.bsd.freebsd.misc Subject: chpass problem (2.1.0-RELEASE) Date: 14 Jun 1996 09:53:49 -0600 Organization: Interchangeable Antipodeans, Inc. Lines: 17 Sender: gnat@deimos.frii.com Message-ID: <5qbuimv0tu.fsf@deimos.frii.com> NNTP-Posting-Host: deimos.frii.com X-Newsreader: Gnus v5.1 FreeBSD deimos.frii.com 2.1.0-RELEASE We recently had to rip out YP, kicking and screaming, after it detonated on our master server. Since then we've been picking up the pieces. One of the pieces is chpass. I went to build chpass without the -DYP flag, and it *failed*. I'm surprised nobody has found this before, but here's the relevant diff: 104c104 < "#Changing user database information for %s.\n", pw->pw_name); --- > "#Changing user database information for %s.\n", pw->pw_name) Yes, a missing semicolon. Nat