From owner-cvs-src@FreeBSD.ORG Sat May 14 23:23:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56ADC16A4CE; Sat, 14 May 2005 23:23:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2982B43D66; Sat, 14 May 2005 23:23:11 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ENNBlZ039338; Sat, 14 May 2005 23:23:11 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ENNAAo039337; Sat, 14 May 2005 23:23:10 GMT (envelope-from dd) Message-Id: <200505142323.j4ENNAAo039337@repoman.freebsd.org> From: Dima Dorfman Date: Sat, 14 May 2005 23:23:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/chflags chflags.1 chflags.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 14 May 2005 23:23:11 -0000 dd 2005-05-14 23:23:10 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 chflags.c Log: Add an interface to the lchflags(2) syscall. The new -h option is analogous to chmod(1)'s -h. It allows setting flags on symbolic links, which *do* exist in 5.x+ despite a claim to the contrary in the chflags(1) man page. Suggested by: Chris Dillon Revision Changes Path 1.24 +12 -5 src/bin/chflags/chflags.1 1.23 +23 -7 src/bin/chflags/chflags.c