PY3: change shebang to python3 in source4/scripting dir
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 12 Dec 2018 00:39:24 +0000 (13:39 +1300)
committerNoel Power <npower@samba.org>
Fri, 14 Dec 2018 13:40:20 +0000 (14:40 +0100)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
12 files changed:
source4/scripting/devel/addlotscontacts
source4/scripting/devel/chgkrbtgtpass
source4/scripting/devel/chgtdcpass
source4/scripting/devel/config_base
source4/scripting/devel/crackname
source4/scripting/devel/createtrust
source4/scripting/devel/enumprivs
source4/scripting/devel/getncchanges
source4/scripting/devel/pfm_verify.py
source4/scripting/devel/repl_cleartext_pwd.py
source4/scripting/devel/rodcdns
source4/scripting/devel/speedtest.py

index e8b2c1af1aa6c97e2df3767c8cc39b0637b70016..42c88a5540ac5db32da0ccd363dda00fc80306ce 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (C) Matthieu Patou <mat@matws.net>  2010
 #
index 12be1bc3bb1bc7fcaded3198bc37d982783ea9c7..2beb2e7702c4c2600f0335d455e2517e7e2acfce 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (C) Matthieu Patou <mat@matws.net>  2010
 # Copyright (C) Andrew Bartlett <abartlet@samba.org>  2015
index 4f5ea15a80c2862daf170a5657658a8163174f8a..8f2415c64ff370faa8505881542c0540b7a9849c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (C) Matthieu Patou <mat@matws.net>  2010
 #
index e74c87486bfa5aedbbefa2e6e85de308c4e0b81e..1aa436de1a5b77c145574b8b286f6866fc6e419b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # this is useful for running samba tools with a different prefix
 
index 0ae177c133fa1091945f587138c130a56118b8c5..196cc45d5c9d682410475bc63f18b4653f1da7e9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright Matthieu Patou <mat@matws.net> 2011
 # script to call a DRSUAPI crackname
index 6c0de1c3ff18e2c2e340b71a59eec93ac637bb73..26b0d0dcb6818644b9bebe3d8c7264d458864f83 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # create a domain trust
 
index 33597f9388acb5c36738eb8783bd0b2fb648e60b..389f7d08779ff8dacce33399a7b18b2961cf9e67 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # script to enumerate LSA privileges on a server
 
index 9c25e39f756608e19f82a570b106a0199a292ab7..3929b906a90c150c6ea6953e4a8aeacd1223f556 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # script to call a DRS GetNCChanges from the command line
 # this is useful for plugfest testing
index a438fb694f618ef15cfdf0661de3c5a4632eb340..2b33441bdcdfc0dd51e186366cc6653b4024f666 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # script to verify cached prefixMap on remote
index 630a2f524b7c5d44a719fb902b05c5a838bbdd86..6fc1e1625916dca7e2449fa805cd090455df1883 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright Stefan Metzmacher 2011-2012
 #
index bd24342ab8f34dd5713cdaf8914be8ab57debb8b..8f1d90a4c9c85561725b6a3445fd0ea7bed8deb6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # script to call a netlogon RODC DNS update
 
index e8d412436e63c865b2cd07014adc2fb65dbe2ba8..8a6acfd0a72588253a9abc3be154d65708382069 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Unix SMB/CIFS implementation.