From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 10:58:39 2010 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 F3162106564A for ; Tue, 21 Dec 2010 10:58:39 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B05F88FC14 for ; Tue, 21 Dec 2010 10:58:39 +0000 (UTC) Received: by qwj9 with SMTP id 9so3635050qwj.13 for ; Tue, 21 Dec 2010 02:58:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QNH9ITS9XJTDbtqGrzvPWG6IdY8DBjoFZsnEnzgyoeQ=; b=XSLLd/8nKbNBVWemnYZK2mCpeRgXphJOobDWPfUv+5+5z8S7n5ORa0H2Muh/hzGfZs QI3Ug2DCNKCFleC3wXOndztMIRtjQT5GJVZbNqrLCPqR1vm+dAKIA/l8+g3uyLe1wvLP 8inMWbFlMfOQpqy14/WY2/K0NzmIT8u1FcRoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mCg36IiCgRt8WLilS40LIrvfBGCOgL8oQmu7r+XaqR2YwYry/8nrRJbvu15waP1TTD M0/qO/ZZw1irnkKHtSes/gW6KaBzHuYfuUMSZ25MEVlelYLpj5ni6AIpYuJSiQpkRjc/ t+i/32Ymm6a3ae14ofCyjyjnWyYi2qmAQdCvU= MIME-Version: 1.0 Received: by 10.229.95.8 with SMTP id b8mr4540302qcn.156.1292929119024; Tue, 21 Dec 2010 02:58:39 -0800 (PST) Received: by 10.229.90.211 with HTTP; Tue, 21 Dec 2010 02:58:38 -0800 (PST) Date: Tue, 21 Dec 2010 11:58:38 +0100 Message-ID: From: Christer Solskogen To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: A jail with a dash in its name 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: Tue, 21 Dec 2010 10:58:40 -0000 I want to create a jail called forest-friend. And having a dash in the name seems to create problems for me. /etc/rc.conf: jail_forest-friend_rootdir=/usr/jails/forest-friend: not found how do I escape that? -- chs,