From 834f8b67c9ddadab19f3012d92d04813128d8b83 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 29 Sep 2009 11:06:55 +0200
Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=98-u=E2=80=99=20from=20masterd?=
 =?UTF-8?q?=20shebang?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This is not needed anymore - the original change was more than a year
ago when masterd was in its incipient phase.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 daemons/ganeti-masterd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemons/ganeti-masterd b/daemons/ganeti-masterd
index e016d53f0..d838ab666 100755
--- a/daemons/ganeti-masterd
+++ b/daemons/ganeti-masterd
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python
 #
 
 # Copyright (C) 2006, 2007 Google Inc.
-- 
GitLab