From owner-freebsd-jail@FreeBSD.ORG Sat Feb 13 10:23:09 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73CD9106568D for ; Sat, 13 Feb 2010 10:23:09 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 082298FC0C for ; Sat, 13 Feb 2010 10:23:08 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so130138eyd.9 for ; Sat, 13 Feb 2010 02:23:08 -0800 (PST) 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; bh=oThdh1fmaqQf10zcZ2X1CJaL8+sQdU7YxWjQvbys7VY=; b=wioZL8nGu0RitqFtiO8wnQpDUVfBdoGjy37HweGAh6E644IjOAoKGkNZZ4Js7YId/0 Matf1DMkLXhwkRnldI3CJT7Z7ZcDYmoRJINIwLKroY4CJwJrYMxYIAyKlegE+Ux8NRQf mWYTUJc8OtIyNIa9pQgEXuU5FSaXbXcgQ/8Vs= 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; b=bu/Ytim/U+azGP0rPSg3wWqYyP4go3+Mv0p0coEbrlZfRJGPkiskRjfyB5YuUHTuob G0Pn02sfLwhVdWZ7guRe6CakAQbsfd3bRmt13SUDcqaTMkkggJc0RGlPqknGocf5u5zs x4NtGqGdHRqrn4wThBSDuK8OMj4pUQzaspJIk= MIME-Version: 1.0 Received: by 10.213.8.26 with SMTP id f26mr902301ebf.14.1266056587850; Sat, 13 Feb 2010 02:23:07 -0800 (PST) In-Reply-To: <4B75C6B4.6040903@quip.cz> References: <4B75C6B4.6040903@quip.cz> Date: Sat, 13 Feb 2010 11:23:07 +0100 Message-ID: From: Christer Solskogen To: Miroslav Lachman <000.fbsd@quip.cz> Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-jail@freebsd.org Subject: Re: Fwd: Jailcfg - A new tool for creating small(!) jails X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 10:23:09 -0000 On Fri, Feb 12, 2010 at 10:23 PM, Miroslav Lachman <000.fbsd@quip.cz> wrote: > Just a small note, I think you don't need bash dependency > (#!/usr/local/bin/bash) in jail_maintenance.sh. It can be #!/bin/sh. > You are very right. Thanks! > And ls -1 $jail_dir/$jail/var/db/pkg can be > ls $jail_dir/$jail/var/db/pkg > (without -1, redirected output is always one column) > Again, thank you :) (Let me just point out that the Makefile is very *very* simple, and it will be fixed in the future ) -- chs