From owner-freebsd-hackers@freebsd.org Tue Feb 23 15:13:30 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB7CEAB12BF for ; Tue, 23 Feb 2016 15:13:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BC855B6F for ; Tue, 23 Feb 2016 15:13:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id BC312AB12BE; Tue, 23 Feb 2016 15:13:30 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBDE3AB12BD for ; Tue, 23 Feb 2016 15:13:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79B52B6E; Tue, 23 Feb 2016 15:13:29 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from chamsa.cs.huji.ac.il ([132.65.80.19]) by kabab.cs.huji.ac.il with esmtp id 1aYEeM-000B8J-LJ; Tue, 23 Feb 2016 17:13:18 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: autofs treatment of + Date: Tue, 23 Feb 2016 17:13:18 +0200 Message-Id: Cc: =?utf-8?Q?Edward_Tomasz_Napiera=C5=82a?= To: "hackers@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 15:13:30 -0000 in my continuing effort to move to autofs from am-utils I now have a new = issue. the map /cs has a =E2=80=98key=E2=80=99 which is + now i know that it has a special meaning in autofs,=20 never less, my python script gets called with the key =E2=80=98+=E2=80=99,= and returns: /admin some-host:/some/path /visitor some-host:/some/path =E2=80=A6 but then automountd complains that it has no executable = /etc/autofs/include (i don=E2=80=99t know if my scripts gets called before or after the = above error) so, is there some workaround? thanks, danny=