s4-python: Remove env from non-executable netcmd scripts.
authorAndreas Schneider <asn@samba.org>
Tue, 13 Mar 2012 10:35:03 +0000 (11:35 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 13 Mar 2012 16:52:29 +0000 (17:52 +0100)
21 files changed:
source4/scripting/python/samba/netcmd/__init__.py
source4/scripting/python/samba/netcmd/common.py
source4/scripting/python/samba/netcmd/dbcheck.py
source4/scripting/python/samba/netcmd/delegation.py
source4/scripting/python/samba/netcmd/dns.py
source4/scripting/python/samba/netcmd/domain.py
source4/scripting/python/samba/netcmd/drs.py
source4/scripting/python/samba/netcmd/dsacl.py
source4/scripting/python/samba/netcmd/fsmo.py
source4/scripting/python/samba/netcmd/gpo.py
source4/scripting/python/samba/netcmd/group.py
source4/scripting/python/samba/netcmd/ldapcmp.py
source4/scripting/python/samba/netcmd/main.py
source4/scripting/python/samba/netcmd/ntacl.py
source4/scripting/python/samba/netcmd/rodc.py
source4/scripting/python/samba/netcmd/sites.py
source4/scripting/python/samba/netcmd/spn.py
source4/scripting/python/samba/netcmd/testparm.py
source4/scripting/python/samba/netcmd/time.py
source4/scripting/python/samba/netcmd/user.py
source4/scripting/python/samba/netcmd/vampire.py

index 0d6b97f24e304877c7a253b7e294dcf0c406228d..b3a40837f2219e8fe082b48a94ce40bf33cfbb2f 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2009-2011
 # Copyright (C) Theresa Halloran <theresahalloran@gmail.com> 2011
index 9291f872aba196ad3fb95549271e2623217dc3dd..5c0bd95f0897ea68d603a37ca6d899005be29349 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # common functions for samba-tool python commands
 #
 # Copyright Andrew Tridgell 2010
index db02c6a23d99bd1bccaea0ab5c95bfd0c0cfc83c..eb2281235da301bd5008822f1b0453672413a7a5 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Samba4 AD database checker
 #
 # Copyright (C) Andrew Tridgell 2011
index 17901cd163f0eca72773687e240a1fe719c8b7a0..72966248790f0ebe071a190786560fb36eaa274e 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # delegation management
 #
 # Copyright Matthieu Patou mat@samba.org 2010
index 6f8c2f63f9eb092a27c9d17a9aa03d190b8ef194..8a79de08d8d388a1fb4d70cb6cd20fc5371f3ef3 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # DNS management tool
 #
 # Copyright (C) Amitay Isaacs 2011-2012
index 4364fe8f448ac7fdd79712524bc8c23cde20b011..09b0f815475f4c3dee283124c4a03ffcc24bb0d7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # domain management
 #
 # Copyright Matthias Dieter Wallnoefer 2009
index 0b367e3cd13fcc5dd5a59b5d981151145a24ee6e..7f8dc091759c6b279038d3e98b0917d29104bd39 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # implement samba_tool drs commands
 #
 # Copyright Andrew Tridgell 2010
index a5d970369984e3f3c9b009cca892317bd5acb9fe..ac09a0b9cf902338145e2c9c5568a5e933dd0701 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Manipulate ACLs on directory objects
 #
 # Copyright (C) Nadezhda Ivanova <nivanova@samba.org> 2010
index f4e03b2af6b122e26fe6450e41c415f34689e8d0..84e50e006b80874957f3545c8f24eb0a0aed684b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Changes a FSMO role owner
 #
 # Copyright Nadezhda Ivanova 2009
index 94c70c6af3b491aa1ddd598e8af18f51d43d3c92..82ea3db8b9a36fc0a3e9293cbcd2a87bfc7a4ecd 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # implement samba_tool gpo commands
 #
 # Copyright Andrew Tridgell 2010
index 0bbfde6f207424cb9eb27df75e9ae6ee2044f2c0..3d5c42edb62d00c6ebcf5398373f46700e127b51 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Adds a new user to a Samba4 server
 # Copyright Jelmer Vernooij 2008
 #
index 75708decd01e4f791a1932cdf4479640374a9a70..158c9bc70e60f476a21eff1af59e2cc4965dcc6b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Unix SMB/CIFS implementation.
 # A command to compare differences of objects and attributes between
 # two LDAP servers both running at the same time. It generally compares
index 3bdbced75bb3cbf7a2bc1d236ad234194d89a8ec..5ffeef0ec26ec0b6fa0565a4bfd7ad4ffdb26fa7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2011
 #
index 349c0061d788aaec61494bd3c866f0d274844a9e..09c1ce003257820ba41089120f1edbb8e8ac9a19 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Manipulate file NT ACLs
 #
 # Copyright Matthieu Patou 2010 <mat@matws.net>
index e990262e80ff3dd4b4d475990e7bc61b1adf5d08..f9df69d8967e1671bc077847b33146ac21be4883 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # rodc related commands
 #
 # Copyright Andrew Tridgell 2010
index 5cbc09c1051f7fe4642e15f49d15aac44441591b..49a9f9d189010643537177b8027621098d711b41 100644 (file)
@@ -1,6 +1,3 @@
-
-#!/usr/bin/env python
-#
 # sites management
 #
 # Copyright Matthieu Patou <mat@matws.net> 2011
index 3b9db7407b937c145a2b70afc3e971a314fae8db..29fc4cefcc0791736ad4179c595036ba3d377c02 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # spn management
 #
 # Copyright Matthieu Patou mat@samba.org 2010
index 8b45c646d4dcaa71d3187d1ead1075712ab105b6..a6639a3d045c33ce6d57d44bf92f2d1da23a017b 100644 (file)
@@ -1,6 +1,3 @@
-#!/usr/bin/env python
-# vim: expandtab ft=python
-#
 #   Unix SMB/CIFS implementation.
 #   Test validity of smb.conf
 #   Copyright (C) 2010-2011 Jelmer Vernooij <jelmer@samba.org>
index cc63849c0583148ed9783b3797968948755965fb..92a7025faecf86e08304327688a907830db25d9d 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # time
 #
 # Copyright Jelmer Vernooij 2010 <jelmer@samba.org>
index 9a935244709ceb6a89e38fbc2a354be047ab67b0..82c1b2c6561da08990af30fdbb672a33a78f80dd 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # user management
 #
 # Copyright Jelmer Vernooij 2010 <jelmer@samba.org>
index 32777cba3977519f78fca569ca800f82904015f8..4e3389d1e6111d843592bd07e314c2e71aa8110f 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Vampire
 #
 # Copyright Jelmer Vernooij 2010 <jelmer@samba.org>