Fwd: Jailcfg - A new tool for creating small(!) jails

Miroslav Lachman 000.fbsd at quip.cz
Fri Feb 12 21:23:05 UTC 2010


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


More information about the freebsd-jail mailing list