From owner-freebsd-commit Sun Aug 13 09:05:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA29188 for commit-outgoing; Sun, 13 Aug 1995 09:05:23 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA29173 for cvs-usrsbin-outgoing; Sun, 13 Aug 1995 09:05:19 -0700 Received: (from wpaul@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA29156 ; Sun, 13 Aug 1995 09:05:10 -0700 Date: Sun, 13 Aug 1995 09:05:10 -0700 From: Bill Paul Message-Id: <199508131605.JAA29156@freefall.FreeBSD.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/vipw pw_util.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/08/13 09:05:08 Modified: usr.sbin/vipw pw_util.c Log: Small NIS tweak: frob pw_error() a little so that it can say either 'NIS information unchanged' or '/etc/master.passwd unchanged' depending on which was is being modified (conditional on -DYP). This is to save me the trouble of writing a whole other error routine (nis_error()?) for the upcoming changes to passwd and chpass.