[PATCH] nss_wrapper: Use perl via "env"

vl at samba.org vl at samba.org
Thu May 4 07:35:04 UTC 2017


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
From d92531c87e575b40f96a52ea6d801fb4e5fa27fa Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 1 May 2017 19:52:07 +0200
Subject: [PATCH] nss_wrapper: Use perl via "env"

FreeBSD has perl under /usr/local/bin

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 nss_wrapper.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nss_wrapper.pl b/nss_wrapper.pl
index 48fa2c5..1171e80 100755
--- a/nss_wrapper.pl
+++ b/nss_wrapper.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 
 use strict;
-- 
2.1.4



More information about the samba-technical mailing list