Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2010 22:23:00 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Christer Solskogen <christer.solskogen@gmail.com>
Cc:        freebsd-jail@freebsd.org
Subject:   Re: Fwd: Jailcfg - A new tool for creating small(!) jails
Message-ID:  <4B75C6B4.6040903@quip.cz>
In-Reply-To: <c1a0d1561002112323h1902248bj7be343d4e1083687@mail.gmail.com>
References:  <c1a0d1561002110733y575d0681t4feb917deabce531@mail.gmail.com> <c1a0d1561002112323h1902248bj7be343d4e1083687@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Christer Solskogen wrote:
> The homepage for the project is http://code.google.com/p/jailcfg/.

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.

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)

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B75C6B4.6040903>