From owner-cvs-src@FreeBSD.ORG Sun Aug 31 14:32:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CAF21065671; Sun, 31 Aug 2008 14:32:53 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2947B8FC16; Sun, 31 Aug 2008 14:32:53 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VEWrr4052904; Sun, 31 Aug 2008 14:32:53 GMT (envelope-from yar@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VEWrj1052903; Sun, 31 Aug 2008 14:32:53 GMT (envelope-from yar@repoman.freebsd.org) Message-Id: <200808311432.m7VEWrj1052903@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yar@repoman.freebsd.org using -f From: Yar Tikhiy Date: Sun, 31 Aug 2008 14:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin Makefile src/bin/pkill Makefile pkill.1 pkill.c src/rescue/rescue Makefile src/usr.bin Makefile src/usr.bin/pkill Makefile pkill.1 pkill.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 14:32:53 -0000 yar 2008-08-31 14:27:59 UTC FreeBSD src repository Modified files: bin Makefile rescue/rescue Makefile usr.bin Makefile Added files: bin/pkill Makefile pkill.1 pkill.c Removed files: usr.bin/pkill Makefile pkill.1 pkill.c Log: SVN rev 182543 on 2008-08-31 14:27:59Z by yar pkill(1) first appeared in /usr/bin, but later it was moved to /bin for the convenience of rc.d. Now it has happily lived there for quite a while. So move the pkill(1) source files from usr.bin to bin, too. Approved by: gad Revision Changes Path 1.28 +1 -0 src/bin/Makefile 1.1 +21 -0 src/bin/pkill/Makefile (new) 1.1 +284 -0 src/bin/pkill/pkill.1 (new) 1.1 +756 -0 src/bin/pkill/pkill.c (new) 1.63 +2 -4 src/rescue/rescue/Makefile 1.316 +0 -1 src/usr.bin/Makefile 1.8 +0 -23 src/usr.bin/pkill/Makefile (dead) 1.23 +0 -284 src/usr.bin/pkill/pkill.1 (dead) 1.32 +0 -756 src/usr.bin/pkill/pkill.c (dead)