]> git.pld-linux.org Git - packages/carbon.git/commitdiff
set bash to initscripts interpreter
authorElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 22:08:59 +0000 (01:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 22:08:59 +0000 (01:08 +0300)
until initscripts not ported to PLD force bash interpreter to activate
fedora specific code in rc-scripts, and the code uses bashisms anyway

carbon-aggregator.init
carbon-cache.init
carbon-relay.init

index d9fb261f9a428b20a3afc3b6e28ebb8509fb2d64..774b48e6912a6b2f6463a495694efe7edd49458f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # carbon-aggregator  init file for starting up the carbon-aggregator daemon
 #
index 8f8ae824ee4fb668a05dde15470c9c1be4fb9992..2b816fef061d7de7cc89a3620648a786da3fd041 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # carbon-cache  init file for starting up the carbon-cache daemon
 #
index cc7074999807d35c305337dcf70e46ae1527ac53..2d7e1c630ffe1db8e9e6694b394283fff494d0f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # carbon-relay  init file for starting up the carbon-relay daemon
 #
This page took 0.069343 seconds and 4 git commands to generate.