From owner-cvs-all Sat Jan 19 17:11:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5845E37B416; Sat, 19 Jan 2002 17:11:27 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0K1BRU05497; Sat, 19 Jan 2002 17:11:27 -0800 (PST) (envelope-from dougb) Message-Id: <200201200111.g0K1BRU05497@freefall.freebsd.org> From: Doug Barton Date: Sat, 19 Jan 2002 17:11:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/01/19 17:11:27 PST Modified files: sysutils/nut Makefile Log: The safest way to handle nut's state and pid files is to have them all sent to a directory that's writeable by user uucp. I generally configure this manually myself when I install nut, and since there are so many other things that need manual configuration, I never thought it was a big deal. However, a user pointed out that it'd be nice if the thing (well, at least this part of the thing) worked more or less out of the box, so here you go. This change adds a /var/db/nut directory that is owned by user uucp. Revision Changes Path 1.21 +6 -1 ports/sysutils/nut/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message