From owner-freebsd-commit Sun May 14 01:19:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29955 for commit-outgoing; Sun, 14 May 1995 01:19:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29939 for cvs-usrsbin-outgoing; Sun, 14 May 1995 01:19:39 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29927 ; Sun, 14 May 1995 01:19:18 -0700 Date: Sun, 14 May 1995 01:19:18 -0700 From: "Rodney W. Grimes" Message-Id: <199505140819.BAA29927@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/05/14 01:19:13 Modified: usr.sbin/bad144 bad144.c Log: Don't add a slash to the end of _PATH_DEV, it already has one. Print a final newline to stderr after the scan finishes, only do it at the right place in this version, 1.1.5.1 caused an extra newline if you where not running -s, and it went to stdout instead of stderr. Obtained from: FreeBSD 1.1.5.1