From owner-freebsd-stable@FreeBSD.ORG Fri May 16 07:13:24 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDC42106566B for ; Fri, 16 May 2008 07:13:24 +0000 (UTC) (envelope-from jan6146@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 305738FC28 for ; Fri, 16 May 2008 07:13:24 +0000 (UTC) (envelope-from jan6146@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so39286rvf.43 for ; Fri, 16 May 2008 00:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dA5YDCQ4+20785kQR0H9MR2RTOpbqI5I5PDQ2iJ/qHY=; b=rktjfaL5Ej669NKDydHe7EoEll146CFCvwAQfKE0yuyAx3JixfrJLjQaJhkcdfMT43Q0wkDoqG/np11FXYFiN3bkFSArtpRJsqWKwwZpBAzD7VNoux86+fs7A9pM+yR2HmbeYZfKfXJY/tn/EYeKPVqQMtsIRn0xt7uqVifYXhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=CdMlqp8GUVYh4C6o5qnVI6Vo/dDUQzJHGJaeKqtFvFdBdmUFOOIyEyeu85MV6JDfuJtoQQoChx6Pqbqxahj8YEwG0FbOh56170gzm4FbbcavrOIbfeXb/SuTP5xe4vfULN75D1CU9KR4CgNHl089ImwPWoFDkOR0W3ffKrWWfHo= Received: by 10.140.207.2 with SMTP id e2mr1599611rvg.144.1210921999628; Fri, 16 May 2008 00:13:19 -0700 (PDT) Received: by 10.141.114.7 with HTTP; Fri, 16 May 2008 00:13:19 -0700 (PDT) Message-ID: <784966050805160013w7d3ec31euc95be9e4a0a68fa9@mail.gmail.com> Date: Fri, 16 May 2008 00:13:19 -0700 From: "Rob Lytle" To: "Jeremy Chadwick" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-stable@freebsd.org Subject: just one last question about /etc/rc.d file permissions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 07:13:25 -0000 Hi Jeremy, I noticed that most all of the files in my old /etc/rc.d had 555 permissions. There were 4 or 5 that had 644 permissions in my old /etc/rc.d. What I am wondering is if all the files in rc.d should be 555? So far I am not experiencing any problems with anything with a very few 644 files. Thanks, Rob. On 5/16/08, Rob Lytle wrote: > Hi Jeremy, > > You were correct. Somehow some files in /etc/rc.d had permissions of 644. > Setting the new permissions to that of the old fixed the problem. Thanks. > > Rob. >