From owner-cvs-all@FreeBSD.ORG Fri Sep 1 14:32:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC98A16A4DE; Fri, 1 Sep 2006 14:32:35 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BFA43D45; Fri, 1 Sep 2006 14:32:35 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k81EWZI3062064; Fri, 1 Sep 2006 14:32:35 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k81EWZUC062063; Fri, 1 Sep 2006 14:32:35 GMT (envelope-from yar) Message-Id: <200609011432.k81EWZUC062063@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 1 Sep 2006 14:32:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/pkill Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 14:32:35 -0000 yar 2006-09-01 14:32:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/pkill Makefile Log: MFC rev 1.6, 1.7: Install pkill/pgrep to /bin to the benefit of rc scripts. Create compatibility symlinks from /usr/bin though. Approved by: re (mux & kensmith) Revision Changes Path 1.5.2.1 +10 -0 src/usr.bin/pkill/Makefile