Explorar el Código

ZOOKEEPER-1937. init script needs fixing for ZOOKEEPER-1719 (Marshall McMullen via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1613326 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt hace 11 años
padre
commit
33b652ebef
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/packages/rpm/init.d/zookeeper

+ 3 - 0
CHANGES.txt

@@ -735,6 +735,9 @@ BUGFIXES:
   ZOOKEEPER-1982. Refactor (touch|add)Session in
   SessionTrackerImpl.java (Hongchao Deng via phunt)
 
+  ZOOKEEPER-1937. init script needs fixing for ZOOKEEPER-1719
+  (Marshall McMullen via phunt)
+
 IMPROVEMENTS:
 
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,

+ 1 - 1
src/packages/rpm/init.d/zookeeper

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with