From owner-freebsd-questions@FreeBSD.ORG Sun May 24 12:57:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95238106566B for ; Sun, 24 May 2009 12:57:46 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 277788FC0C for ; Sun, 24 May 2009 12:57:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm12 with SMTP id 12so2662629fxm.43 for ; Sun, 24 May 2009 05:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4Y/yGo894eTddLfwWwUeJysGql6DMNZMUXHZ9dFkRJ0=; b=Coo7J9b7Nu2eT1NVBVI7seXFkzCNIM6GV+hqnErG9ROiXChOIYmKcWtk2QkuOLquR9 aTqz8wMbSJhJPsZMCXK3wLR5aNb6ZAM0UxrZqj+CslXJazOLXy8QqDRTbbK3d9cLOOn2 fZ+5jjLcdXGTfdzrIqw2694FTuk03ytL/LSCM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pEum8YY/Spf92q8q9qtqQEb1p0C3JR72O2l0nRKJDi6gR65ltJRu7OsysTzmQzwLY6 p05wsj/onm8yg9S3maNiKZPWtp4dGzPuKrJdqHgoS0/J3iX0kPuT53IGvn29hwx7SyQZ YrdNVALSs298v1Himsx/Zd7c+TpI4U4UTcOWw= MIME-Version: 1.0 Received: by 10.204.118.69 with SMTP id u5mr5780088bkq.77.1243169865168; Sun, 24 May 2009 05:57:45 -0700 (PDT) In-Reply-To: <20090524123153.GF10317@ismet.erje.net> References: <20090524123153.GF10317@ismet.erje.net> Date: Sun, 24 May 2009 08:57:45 -0400 Message-ID: <4ad871310905240557n6d60acfp46bf15f7ed954bc1@mail.gmail.com> From: Glen Barber To: Robert Joosten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: silly Q: any script running before make install /w ports ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 12:57:47 -0000 Hi, Robert On Sun, May 24, 2009 at 8:31 AM, Robert Joosten wrote: > Hi, > > I have a standard umask of 0077 on a box. > > I grabbed irssi from ports, but he doesn't connect to any irc server... > running it as root will. Now I suspect that umask setting of mine. > IRC-ing as root is a bad idea. As a normal user, does irssi start? If not, what are the errors? > That leaves me with a silly question: is there any script running before I > enter 'make install' ? I cannot find it in the dev. section of the > handbook about creating ports. > I'm not clear what you're asking here. -- Glen Barber