s4-python: Remove env from non-executable samba scripts.
authorAndreas Schneider <asn@samba.org>
Tue, 13 Mar 2012 10:24:38 +0000 (11:24 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 13 Mar 2012 16:52:29 +0000 (17:52 +0100)
16 files changed:
source4/scripting/python/samba/__init__.py
source4/scripting/python/samba/common.py
source4/scripting/python/samba/dbchecker.py
source4/scripting/python/samba/drs_utils.py
source4/scripting/python/samba/getopt.py
source4/scripting/python/samba/hostconfig.py
source4/scripting/python/samba/idmap.py
source4/scripting/python/samba/join.py
source4/scripting/python/samba/kcc_utils.py
source4/scripting/python/samba/ms_display_specifiers.py
source4/scripting/python/samba/ntacls.py
source4/scripting/python/samba/samdb.py
source4/scripting/python/samba/sd_utils.py
source4/scripting/python/samba/sites.py
source4/scripting/python/samba/upgradehelpers.py
source4/scripting/python/samba/xattr.py

index eb770087ac3ccf50629a075f057d86c86707595e..6ffd2a308cc686771ff31e28f43a1bbde2623090 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2008
 #
index 2ba60a053748d6c04f72f26381925525d0337d98..e47f276f819222175bcaaa6eb0538abe2d556ec1 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Samba common functions
 #
 # Copyright (C) Matthieu Patou <mat@matws.net>
index 7f2c9799b018d872b182569fe948974f2573b941..d866b3cbee5974554acb5245778a897fa5c5234b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Samba4 AD database checker
 #
 # Copyright (C) Andrew Tridgell 2011
index fe14a8f6fb0eceb9bb80ffdbc11f70961aa44e39..09f30541c776885653a36678810cdf5cdb3568b0 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # DRS utility code
 #
 # Copyright Andrew Tridgell 2010
index 8a9d4e5622a3bb6876aeb5517b4778b6e72a922f..1818ff31d9a380009a807c048956c70fb1a52f78 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Samba-specific bits for optparse
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
 #
index c50b944c987df069757817974ae56fedb7a9afb2..a66fbc231301ca4b22267c1b70c589eab7181765 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008
 #
index 9d61ec8e5ec4876e9fad81f6c7966aec3b4931f6..ac87cbbf3700edcdecd17dfb64477ce0b1ea3a52 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) 2008 Kai Blin <kai@samba.org>
 #
index ff068ac5b332f9466da7b60b17dadc709b02d2a3..fddb61b494e3ff8bb948880f540da9fabe06d624 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # python join code
 # Copyright Andrew Tridgell 2010
 # Copyright Andrew Bartlett 2010
index a5cda634ba75572668dd099043360808ea1f8b72..281479bd6b5e775612315f0fd48123d43c361458 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # KCC topology utilities
 #
 # Copyright (C) Dave Craft 2011
index fd92b20e664f2e5c48ad94ec4da47af0cc84fad3..44dfba07b39bbe448d0a18eb45fafe3a96a2df25 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Create DisplaySpecifiers LDIF (as a string) from the documents provided by
 # Microsoft under the WSPP.
 #
index 78365e98b85163b7446afe80be757295c8ef51e0..9b68f23e04b87779ac4427390346e4df7fd9e0e7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Matthieu Patou <mat@matws.net> 2009-2010
 #
index d0955becb8ecc3411925b339144fc49077b4dd64..1614955b7483c69fc56babc43f5c5a1226e99fdd 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2010
 # Copyright (C) Matthias Dieter Wallnoefer 2009
index 66ff6cc559b7c4935763784b7cfa0715ef7722ba..61e5980a4f4ca26ef7b28d77fb1b71934226401e 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Utility methods for security descriptor manipulation
 #
 # Copyright Nadezhda Ivanova 2010 <nivanova@samba.org>
index f18441cbbb1a1e24d1868cf9b2374e7e2cd2e433..76c57dd11cfe0a94ed47ce33b9983d7c14d8668d 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # python site manipulation code
 # Copyright Matthieu Patou <mat@matws.net> 2011
 #
index 396e66529446c1f93d4d4b0999b883886eaf1070..3507661b4ddea6882eb35eea711f3a91a8d49078 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Helpers for provision stuff
 # Copyright (C) Matthieu Patou <mat@matws.net> 2009-2010
 #
index 1c53ae810dbc33bcaf065432366ffdfa71a769f3..8516ba99caef45e47163c8665aa0ba79e1ed5905 100644 (file)
@@ -1,6 +1,3 @@
-#!/usr/bin/env python
-# vim: expandtab
-#
 # Utility code for dealing with POSIX extended attributes
 #
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2012