From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GXgzc-0000Tg-W1 for garchives@archives.gentoo.org; Wed, 11 Oct 2006 16:31:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9BGS3ql014376; Wed, 11 Oct 2006 16:28:03 GMT Received: from cranium.sybase.co.za (sqlprd.sybase.co.za [192.96.139.1]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9BGNi6j004210 for ; Wed, 11 Oct 2006 16:23:45 GMT Received: from localhost (cranium.sybase.co.za [127.0.0.1]) by cranium.sybase.co.za (Postfix) with ESMTP id 7AC4483441 for ; Wed, 11 Oct 2006 18:28:02 +0200 (SAST) X-Virus-Scanned: amavisd-new at sybase.co.za Received: from cranium.sybase.co.za ([127.0.0.1]) by localhost (cranium.sybase.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VGFgyYfIU-VE for ; Wed, 11 Oct 2006 18:27:54 +0200 (SAST) Received: from bard.sybase.co.za (bard.sybase.co.za [192.168.2.6]) by cranium.sybase.co.za (Postfix) with ESMTP id DE0E78344A for ; Wed, 11 Oct 2006 18:27:54 +0200 (SAST) Received: from jimmynote.sybase.co.za ([192.168.2.87]) by bard.sybase.co.za with Microsoft SMTPSVC(6.0.3790.1830); Wed, 11 Oct 2006 18:25:31 +0200 From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] where to put mknod & chmod Date: Wed, 11 Oct 2006 18:24:30 +0200 User-Agent: KMail/1.9.4 References: <20061011160032.72049.qmail@web31706.mail.mud.yahoo.com> In-Reply-To: <20061011160032.72049.qmail@web31706.mail.mud.yahoo.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610111824.30084.alan@linuxholdings.co.za> X-OriginalArrivalTime: 11 Oct 2006 16:25:31.0249 (UTC) FILETIME=[DEC90E10:01C6ED51] X-Archives-Salt: f088e6d3-c1c2-40ef-a2fc-3deb0f806768 X-Archives-Hash: d706f87bc1991a879dceec756f96fe1b On Wednesday 11 October 2006 18:00, maxim wexler wrote: > Hi group, > > One of my morning chores after booting linux is to su > and enter #mknod /dev/ppp c 108 0 and #chmod a+rw > /dev/parport0. > > Where can I park these commands to automate the > process? udev is supposed to create these nodes and set the permissions. I don't have a ppp node as a) i don't use ppp anymore and b) when I did, kppp make the node itself. But I have a parport rule: alan@gentoo /etc/udev $ grep -r parport * permissions.d/50-udev.permissions:parport*:root:lp:0660 rules.d/50-udev.rules:KERNEL=="parport*", NAME="%k", GROUP="lp" What baselayout and udev version are you using? alan -- gentoo-user@gentoo.org mailing list